gmpc: needs libglade as well
This commit is contained in:
parent
3fa8550d11
commit
be7b82ad21
@ -7,7 +7,9 @@ config BR2_PACKAGE_GMPC
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
select BR2_PACKAGE_PKGCONFIG
|
||||
select BR2_PACKAGE_LIBMPD
|
||||
select BR2_PACKAGE_LIBCURL
|
||||
select BR2_PACKAGE_LIBCUR
|
||||
select BR2_PACKAGE_LIBGLADE
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
help
|
||||
Gnome Music Player Client is a GNOME/GTK2.2 client for
|
||||
Music Player Daemon.
|
||||
|
@ -11,7 +11,7 @@ GMPC_CONF_ENV = ac_cv_lib_curl_curl_global_init=yes
|
||||
GMPC_CONF_OPT = --disable-mmkeys $(DISABLE_NLS)
|
||||
|
||||
|
||||
GMPC_DEPENDENCIES = libglib2 libgtk2 libcurl libmpd
|
||||
GMPC_DEPENDENCIES = libglib2 libgtk2 libglade libcurl libmpd
|
||||
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,gmpc))
|
||||
|
Loading…
Reference in New Issue
Block a user