Skip to content

Commit

Permalink
pcmanfm: replace dependency on X.org server by dependency on libX11
Browse files Browse the repository at this point in the history
There is no reason for a client program like pcmanfm to depend on the
X.org server. Instead, it should depend on the appropriate X
client libraries, in this case libX11.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  • Loading branch information
tpetazzoni authored and jacmet committed Dec 19, 2012
1 parent fff080b commit 043ba78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package/pcmanfm/Config.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ config BR2_PACKAGE_PCMANFM
depends on BR2_USE_WCHAR # glib2 depends on BR2_USE_WCHAR # glib2
select BR2_PACKAGE_GAMIN select BR2_PACKAGE_GAMIN
select BR2_PACKAGE_STARTUP_NOTIFICATION select BR2_PACKAGE_STARTUP_NOTIFICATION
select BR2_PACKAGE_XLIB_LIBX11
depends on BR2_PACKAGE_LIBGTK2 depends on BR2_PACKAGE_LIBGTK2
help help
An extremly fast and lightweight file manager which features An extremly fast and lightweight file manager which features
Expand Down
2 changes: 1 addition & 1 deletion package/pcmanfm/pcmanfm.mk
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PCMANFM_VERSION = 0.3.5.9
PCMANFM_SOURCE = pcmanfm-$(PCMANFM_VERSION).tar.gz PCMANFM_SOURCE = pcmanfm-$(PCMANFM_VERSION).tar.gz
PCMANFM_SITE = http://downloads.sourceforge.net/project/pcmanfm/pcmanfm-legacy%20%28Old%200.5%20series%29/PCManFM%20$(PCMANFM_VERSION) PCMANFM_SITE = http://downloads.sourceforge.net/project/pcmanfm/pcmanfm-legacy%20%28Old%200.5%20series%29/PCManFM%20$(PCMANFM_VERSION)
PCMANFM_CONF_OPT = --disable-hal PCMANFM_CONF_OPT = --disable-hal
PCMANFM_DEPENDENCIES = host-pkgconf libgtk2 gamin startup-notification xserver_xorg-server PCMANFM_DEPENDENCIES = host-pkgconf libgtk2 gamin startup-notification xlib_libX11
PCMANFM_AUTORECONF = YES PCMANFM_AUTORECONF = YES


$(eval $(autotools-package)) $(eval $(autotools-package))
Expand Down

0 comments on commit 043ba78

Please sign in to comment.