diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-11-23 12:14:49 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-11-23 12:14:49 +0100 |
commit | 27ab47c473465801a681d7a1a5e3ac14203dfe94 (patch) | |
tree | 7263b0b2210c5152357d75bed1d278c9f5f0af13 | |
parent | b06f14e4f79fd3ece4c087ea10e940544cc9b804 (diff) | |
download | buildroot-novena-27ab47c473465801a681d7a1a5e3ac14203dfe94.tar.gz buildroot-novena-27ab47c473465801a681d7a1a5e3ac14203dfe94.zip |
gqview: needs libgtk2
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | CHANGES | 14 | ||||
-rw-r--r-- | package/gqview/Config.in | 1 |
2 files changed, 8 insertions, 7 deletions
@@ -21,13 +21,13 @@ sdl_sound, swfdec, sysstat Updated/fixed packages: alsamixergui, autoconf, bootutils, busybox, - gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf, gstreamer, - gst-plugins-bad, gst-plugins-base, gst-plugins-good, imagemagick, - 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, pcmanfm, php, - python, quagga, radvd, rsync, rubix, samba, sawman, sdl, + gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf, gqview, + gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good, + imagemagick, 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, + 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, diff --git a/package/gqview/Config.in b/package/gqview/Config.in index 6d06258c6..c1df40cc1 100644 --- a/package/gqview/Config.in +++ b/package/gqview/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_GQVIEW bool "gqview" + depends on BR2_PACKAGE_LIBGTK2 help GQview is an image viewer for Unix operating systems |