mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
pcmanfm: needs X11 support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_PCMANFM
|
||||
bool "pcmanfm"
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_GAMIN
|
||||
select BR2_PACKAGE_STARTUP_NOTIFICATION
|
||||
select BR2_PACKAGE_LIBGTK2
|
||||
|
||||
@@ -12,7 +12,7 @@ PCMANFM_INSTALL_TARGET = YES
|
||||
|
||||
PCMANFM_CONF_OPT = --disable-hal
|
||||
|
||||
PCMANFM_DEPENDENCIES = host-pkgconfig libgtk2 gamin startup-notification
|
||||
PCMANFM_DEPENDENCIES = host-pkgconfig libgtk2 gamin startup-notification xserver_xorg-server
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,pcmanfm))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user