Commit b06f14e4 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

pcmanfm: needs X11 support

parent d6672712
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PCMANFM
	bool "pcmanfm"
	depends on BR2_PACKAGE_XORG7
	select BR2_PACKAGE_GAMIN
	select BR2_PACKAGE_STARTUP_NOTIFICATION
	select BR2_PACKAGE_LIBGTK2
+1 −1
Original line number Diff line number Diff line
@@ -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))