pcmanfm: needs X11 support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d66727128a
commit
b06f14e4f7
11
CHANGES
11
CHANGES
@ -26,11 +26,12 @@
|
||||
ipkg, iptables, iw, kernel-headers, kismet, libelf, libevent, libglib2,
|
||||
libidn, liblockfile, libmad, libpcap, libupnp, libuuid, lighttpd,
|
||||
ltrace, lua, lzma, magiccube4d, matchbox, mdadm, nbd, ncftp, ncurses,
|
||||
netkittelnet, netsnmp, ntfs-3g, openntp, openssl, php, python, quagga,
|
||||
radvd, rsync, rubix, samba, sawman, sdl, shared-mime-info, spawn-fcgi,
|
||||
speech-tools, sqlite, squashfs, synergy, syslinux, target-binutils,
|
||||
tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
|
||||
xdata_xcursor-themes, xboard, xstroke, zlib
|
||||
netkittelnet, netsnmp, ntfs-3g, openntp, openssl, pcmanfm, php,
|
||||
python, quagga, radvd, rsync, rubix, samba, sawman, sdl,
|
||||
shared-mime-info, spawn-fcgi, speech-tools, sqlite, squashfs, synergy,
|
||||
syslinux, target-binutils, tcpdump, u-boot, util-linux, valgrind,
|
||||
vsftpd, wipe, wpa-supplicant, xdata_xcursor-themes, xboard, xstroke,
|
||||
zlib
|
||||
|
||||
Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
|
||||
|
||||
|
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user