package: gettext needs WCHAR support
gettext needs WCHAR support in the toolchain, and as libglib2 depends on gettext and lots of stuff depends on libglib2, quite a lot of packages needs to have their dependencies adjusted. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
0f4d293c30
commit
b730010c90
15
CHANGES
15
CHANGES
@ -2,12 +2,15 @@
|
|||||||
|
|
||||||
Fixes all over the tree.
|
Fixes all over the tree.
|
||||||
|
|
||||||
Updated/fixed packages: aumix, avahi, busybox, cairo, cdrkit,
|
Updated/fixed packages: aumix, atk, avahi, busybox, cairo,
|
||||||
fltk, gettext, gmpc, grep, hal, iconv, icu, libcgicc, libglib2,
|
cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
|
||||||
libidn, libmpd, libpcap, libsoup, lmbench, ltrace, lvm2, make,
|
gettext, gmpc, gob2, grep, gstreamer, gvfs, hal, iconv, icu,
|
||||||
metacity, mtd-utils, mutt, netsnmp, ntp, pango, pciutils,
|
libcgicc, libglade, libglib2, libgtk2, libidn, libmms, libmpd,
|
||||||
pcmanfm, php, psmisc, qt, samba, sshfs, startup-notification,
|
libpcap, libsoup, lmbench, ltrace, lvm2, make,
|
||||||
swfdec, sylpheed, uemacs, util-linux, vpnc, webkit
|
metacity, mtd-utils, mutt, nbd, netsnmp, ntp, pango, pciutils,
|
||||||
|
pcmanfm, php, pkg-config, psmisc, qt, samba, shared-mime-info,
|
||||||
|
sshfs, startup-notification, swfdec, sylpheed, uemacs,
|
||||||
|
util-linux, vpnc, webkit, xstroke
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
config BR2_PACKAGE_ATK
|
config BR2_PACKAGE_ATK
|
||||||
bool "atk"
|
bool "atk"
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
help
|
help
|
||||||
The ATK accessibility toolkit, needed to build GTK+-2.x.
|
The ATK accessibility toolkit, needed to build GTK+-2.x.
|
||||||
|
|
||||||
|
comment "atk requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -2,6 +2,7 @@ config BR2_PACKAGE_DBUS_GLIB
|
|||||||
bool "dbus-glib"
|
bool "dbus-glib"
|
||||||
depends on BR2_PACKAGE_DBUS
|
depends on BR2_PACKAGE_DBUS
|
||||||
depends on BR2_DBUS_EXPAT
|
depends on BR2_DBUS_EXPAT
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
GLib bindings for D-Bus.
|
GLib bindings for D-Bus.
|
||||||
@ -10,3 +11,6 @@ config BR2_PACKAGE_DBUS_GLIB
|
|||||||
|
|
||||||
comment "dbus-glib needs dbus to be compiled with expat support"
|
comment "dbus-glib needs dbus to be compiled with expat support"
|
||||||
depends on BR2_PACKAGE_DBUS && !BR2_DBUS_EXPAT
|
depends on BR2_PACKAGE_DBUS && !BR2_DBUS_EXPAT
|
||||||
|
|
||||||
|
comment "dbus-glib requires a toolchain with WCHAR support"
|
||||||
|
depends on BR2_PACKAGE_DBUS && !BR2_USE_WCHAR
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_DBUS_PYTHON
|
config BR2_PACKAGE_DBUS_PYTHON
|
||||||
bool "dbus-python"
|
bool "dbus-python"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
depends on BR2_PACKAGE_DBUS
|
depends on BR2_PACKAGE_DBUS
|
||||||
depends on BR2_PACKAGE_PYTHON
|
depends on BR2_PACKAGE_PYTHON
|
||||||
select BR2_PACKAGE_DBUS_GLIB
|
select BR2_PACKAGE_DBUS_GLIB
|
||||||
@ -7,3 +8,6 @@ config BR2_PACKAGE_DBUS_PYTHON
|
|||||||
Python bindings for D-Bus
|
Python bindings for D-Bus
|
||||||
|
|
||||||
http://dbus.freedesktop.org/doc/dbus-python/
|
http://dbus.freedesktop.org/doc/dbus-python/
|
||||||
|
|
||||||
|
comment "dbus-python requires a toolchain with WCHAR support"
|
||||||
|
depends on BR2_PACKAGE_DBUS && BR2_PACKAGE_PYTHON && !BR2_USE_WCHAR
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
config BR2_PACKAGE_DOCKER
|
config BR2_PACKAGE_DOCKER
|
||||||
bool "docker"
|
bool "docker"
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
a system tray dock for X
|
a system tray dock for X
|
||||||
|
|
||||||
http://icculus.org/openbox/2/docker
|
http://icculus.org/openbox/2/docker
|
||||||
|
|
||||||
|
comment "docker requires a toolchain with WCHAR support"
|
||||||
|
depends on BR2_PACKAGE_XORG7 && !BR2_USE_WCHAR
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_ENCHANT
|
config BR2_PACKAGE_ENCHANT
|
||||||
bool "enchant"
|
bool "enchant"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
Enchant is a spell-checking library that provides a consistent
|
Enchant is a spell-checking library that provides a consistent
|
||||||
@ -8,5 +9,5 @@ config BR2_PACKAGE_ENCHANT
|
|||||||
|
|
||||||
http://www.abisource.com/projects/enchant/
|
http://www.abisource.com/projects/enchant/
|
||||||
|
|
||||||
comment "enchant requires a toolchain with C++ support enabled"
|
comment "enchant requires a toolchain with C++ and WCHAR support enabled"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
config BR2_PACKAGE_GAMIN
|
config BR2_PACKAGE_GAMIN
|
||||||
bool "gamin"
|
bool "gamin"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
the File Alteration Monitor
|
the File Alteration Monitor
|
||||||
|
|
||||||
http://www.gnome.org/~veillard/gamin/sources
|
http://www.gnome.org/~veillard/gamin/sources
|
||||||
|
|
||||||
|
comment "gamin requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_GETTEXT
|
config BR2_PACKAGE_GETTEXT
|
||||||
bool "gettext"
|
bool "gettext"
|
||||||
depends on BR2_NEEDS_GETTEXT
|
depends on BR2_NEEDS_GETTEXT
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
The GNU `gettext' utilities are a set of tools that provide a
|
The GNU `gettext' utilities are a set of tools that provide a
|
||||||
framework to help other GNU packages produce multi-lingual
|
framework to help other GNU packages produce multi-lingual
|
||||||
@ -8,6 +9,9 @@ config BR2_PACKAGE_GETTEXT
|
|||||||
|
|
||||||
http://www.gnu.org/software/gettext/
|
http://www.gnu.org/software/gettext/
|
||||||
|
|
||||||
|
comment "gettext requires a toolchain with WCHAR support"
|
||||||
|
depends on BR2_NEEDS_GETTEXT && !BR2_USE_WCHAR
|
||||||
|
|
||||||
config BR2_PACKAGE_GETTEXT_STATIC
|
config BR2_PACKAGE_GETTEXT_STATIC
|
||||||
bool "Use libgettext.a instead of libgettext.so.*"
|
bool "Use libgettext.a instead of libgettext.so.*"
|
||||||
depends on BR2_PACKAGE_GETTEXT
|
depends on BR2_PACKAGE_GETTEXT
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_GMPC
|
config BR2_PACKAGE_GMPC
|
||||||
bool "gmpc"
|
bool "gmpc"
|
||||||
depends on BR2_PACKAGE_LIBGTK2
|
depends on BR2_PACKAGE_LIBGTK2
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||||
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||||
@ -14,3 +15,6 @@ config BR2_PACKAGE_GMPC
|
|||||||
Music Player Daemon.
|
Music Player Daemon.
|
||||||
|
|
||||||
http://gmpcwiki.sarine.nl/index.php?title=GMPC
|
http://gmpcwiki.sarine.nl/index.php?title=GMPC
|
||||||
|
|
||||||
|
comment "gmpc requires a toolchain with WCHAR support"
|
||||||
|
depends on BR2_PACKAGE_LIBGTK2 && !BR2_USE_WCHAR
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_GOB2
|
config BR2_PACKAGE_GOB2
|
||||||
bool "gob2"
|
bool "gob2"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_FLEX
|
select BR2_PACKAGE_FLEX
|
||||||
select BR2_PACKAGE_FLEX_LIBFL
|
select BR2_PACKAGE_FLEX_LIBFL
|
||||||
@ -9,3 +10,6 @@ config BR2_PACKAGE_GOB2
|
|||||||
the writing of GObjects in C.
|
the writing of GObjects in C.
|
||||||
|
|
||||||
http://www.jirka.org/gob.html
|
http://www.jirka.org/gob.html
|
||||||
|
|
||||||
|
comment "gob2 requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_GVFS
|
config BR2_PACKAGE_GVFS
|
||||||
bool "gvfs"
|
bool "gvfs"
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_EXPAT # needed by dbus(-glib)
|
select BR2_PACKAGE_EXPAT # needed by dbus(-glib)
|
||||||
select BR2_PACKAGE_DBUS
|
select BR2_PACKAGE_DBUS
|
||||||
@ -15,5 +16,5 @@ config BR2_PACKAGE_GVFS
|
|||||||
|
|
||||||
http://en.wikipedia.org/wiki/GVFS
|
http://en.wikipedia.org/wiki/GVFS
|
||||||
|
|
||||||
comment "gvfs requires a toolchain with LARGEFILE support"
|
comment "gvfs requires a toolchain with LARGEFILE and WCHAR support"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_HAL
|
config BR2_PACKAGE_HAL
|
||||||
bool "hal"
|
bool "hal"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_EXPAT
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||||
@ -13,3 +14,6 @@ config BR2_PACKAGE_HAL
|
|||||||
select BR2_PACKAGE_UDEV_VOLUME_ID
|
select BR2_PACKAGE_UDEV_VOLUME_ID
|
||||||
help
|
help
|
||||||
The Hardware Abstraction Layer (HAL) suite.
|
The Hardware Abstraction Layer (HAL) suite.
|
||||||
|
|
||||||
|
comment "hal requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_LIBGLADE
|
config BR2_PACKAGE_LIBGLADE
|
||||||
bool "libglade"
|
bool "libglade"
|
||||||
depends on BR2_PACKAGE_LIBGTK2
|
depends on BR2_PACKAGE_LIBGTK2
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_ATK
|
select BR2_PACKAGE_ATK
|
||||||
select BR2_PACKAGE_LIBXML2
|
select BR2_PACKAGE_LIBXML2
|
||||||
@ -10,3 +11,6 @@ config BR2_PACKAGE_LIBGLADE
|
|||||||
by far the easiest way to create the interface files.
|
by far the easiest way to create the interface files.
|
||||||
|
|
||||||
http://ftp.gnome.org/pub/GNOME/sources/libglade/
|
http://ftp.gnome.org/pub/GNOME/sources/libglade/
|
||||||
|
|
||||||
|
comment "libglade requires a toolchain with WCHAR support"
|
||||||
|
depends on BR2_PACKAGE_LIBGTK2 && !BR2_USE_WCHAR
|
||||||
|
@ -3,7 +3,11 @@ config BR2_PACKAGE_LIBGLIB2
|
|||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
||||||
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
|
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
|
||||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||||
|
depends on BR2_USE_WCHAR # gettext
|
||||||
help
|
help
|
||||||
Low-level core library that forms the basis of GTK+ and GNOME.
|
Low-level core library that forms the basis of GTK+ and GNOME.
|
||||||
|
|
||||||
http://www.gtk.org/
|
http://www.gtk.org/
|
||||||
|
|
||||||
|
comment "libglib2 requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -7,7 +7,11 @@ config BR2_PACKAGE_LIBGTK2
|
|||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_PANGO
|
select BR2_PACKAGE_PANGO
|
||||||
depends on BR2_PACKAGE_XORG7||BR2_PACKAGE_DIRECTFB
|
depends on BR2_PACKAGE_XORG7||BR2_PACKAGE_DIRECTFB
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
help
|
help
|
||||||
The GTK+ version 2 graphical user interface library
|
The GTK+ version 2 graphical user interface library
|
||||||
|
|
||||||
http://www.gtk.org/
|
http://www.gtk.org/
|
||||||
|
|
||||||
|
comment "libgtk2 requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -1,12 +1,16 @@
|
|||||||
config BR2_PACKAGE_LIBSOUP
|
config BR2_PACKAGE_LIBSOUP
|
||||||
bool "libsoup"
|
bool "libsoup"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBXML2
|
select BR2_PACKAGE_LIBXML2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
||||||
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
|
||||||
help
|
help
|
||||||
libsoup is an HTTP client/server library. It uses GObject
|
libsoup is an HTTP client/server library. It uses GObject
|
||||||
and the GLib main loop, to integrate well with GNOME
|
and the GLib main loop, to integrate well with GNOME
|
||||||
applications.
|
applications.
|
||||||
|
|
||||||
http://live.gnome.org/LibSoup
|
http://live.gnome.org/LibSoup
|
||||||
|
|
||||||
|
comment "libsoup requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -1,11 +1,15 @@
|
|||||||
config BR2_PACKAGE_GSTREAMER
|
config BR2_PACKAGE_GSTREAMER
|
||||||
bool "gstreamer"
|
bool "gstreamer"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
GStreamer is an open source multimedia framework.
|
GStreamer is an open source multimedia framework.
|
||||||
|
|
||||||
http://gstreamer.freedesktop.org/
|
http://gstreamer.freedesktop.org/
|
||||||
|
|
||||||
|
comment "gstreamer requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
|
||||||
config BR2_PACKAGE_GSTREAMER_LIBXML2
|
config BR2_PACKAGE_GSTREAMER_LIBXML2
|
||||||
bool "require libxml2 for registry and load/save"
|
bool "require libxml2 for registry and load/save"
|
||||||
default y
|
default y
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_LIBMMS
|
config BR2_PACKAGE_LIBMMS
|
||||||
bool "libmms"
|
bool "libmms"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
LibMMS is a common library for parsing mms:// and mmsh://
|
LibMMS is a common library for parsing mms:// and mmsh://
|
||||||
@ -9,3 +10,6 @@ config BR2_PACKAGE_LIBMMS
|
|||||||
all.
|
all.
|
||||||
|
|
||||||
http://launchpad.net/libmms
|
http://launchpad.net/libmms
|
||||||
|
|
||||||
|
comment "libmms requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_LIBMPD
|
config BR2_PACKAGE_LIBMPD
|
||||||
bool "libmpd"
|
bool "libmpd"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||||
help
|
help
|
||||||
@ -8,3 +9,6 @@ config BR2_PACKAGE_LIBMPD
|
|||||||
access to Music Player Daemon (mpd).
|
access to Music Player Daemon (mpd).
|
||||||
|
|
||||||
http://gmpcwiki.sarine.nl/index.php?title=Libmpd
|
http://gmpcwiki.sarine.nl/index.php?title=Libmpd
|
||||||
|
|
||||||
|
comment "libmpd requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_SWFDEC
|
config BR2_PACKAGE_SWFDEC
|
||||||
bool "swfdec"
|
bool "swfdec"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBOIL
|
select BR2_PACKAGE_LIBOIL
|
||||||
select BR2_PACKAGE_ALSA_LIB
|
select BR2_PACKAGE_ALSA_LIB
|
||||||
select BR2_PACKAGE_PANGO
|
select BR2_PACKAGE_PANGO
|
||||||
@ -29,3 +30,5 @@ config BR2_PACKAGE_SWFDEC_GSTREAMER
|
|||||||
help
|
help
|
||||||
Enables GStreamer support
|
Enables GStreamer support
|
||||||
|
|
||||||
|
comment "swfdec requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_NBD
|
config BR2_PACKAGE_NBD
|
||||||
bool "nbd"
|
bool "nbd"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
NBD is a set of utilities to configure network block devices,
|
NBD is a set of utilities to configure network block devices,
|
||||||
@ -9,6 +10,9 @@ config BR2_PACKAGE_NBD
|
|||||||
|
|
||||||
http://nbd.sf.net/
|
http://nbd.sf.net/
|
||||||
|
|
||||||
|
comment "nbd requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
|
||||||
if BR2_PACKAGE_NBD
|
if BR2_PACKAGE_NBD
|
||||||
|
|
||||||
config BR2_NBD_CLIENT
|
config BR2_NBD_CLIENT
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_PANGO
|
config BR2_PACKAGE_PANGO
|
||||||
bool "pango"
|
bool "pango"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_EXPAT
|
||||||
select BR2_PACKAGE_CAIRO
|
select BR2_PACKAGE_CAIRO
|
||||||
@ -13,3 +14,6 @@ config BR2_PACKAGE_PANGO
|
|||||||
core of text and font handling for GTK+-2.x.
|
core of text and font handling for GTK+-2.x.
|
||||||
|
|
||||||
http://www.pango.org/
|
http://www.pango.org/
|
||||||
|
|
||||||
|
comment "pango requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_PCMANFM
|
config BR2_PACKAGE_PCMANFM
|
||||||
bool "pcmanfm"
|
bool "pcmanfm"
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_GAMIN
|
select BR2_PACKAGE_GAMIN
|
||||||
select BR2_PACKAGE_STARTUP_NOTIFICATION
|
select BR2_PACKAGE_STARTUP_NOTIFICATION
|
||||||
depends on BR2_PACKAGE_LIBGTK2
|
depends on BR2_PACKAGE_LIBGTK2
|
||||||
@ -9,3 +10,6 @@ config BR2_PACKAGE_PCMANFM
|
|||||||
tabbed browsing and user-friendly interface.
|
tabbed browsing and user-friendly interface.
|
||||||
|
|
||||||
http://internap.dl.sourceforge.net/sourceforge/pcmanfm
|
http://internap.dl.sourceforge.net/sourceforge/pcmanfm
|
||||||
|
|
||||||
|
comment "pcmanfm requires a toolchain with WCHAR support"
|
||||||
|
depends on BR2_PACKAGE_XORG7 && !BR2_USE_WCHAR
|
||||||
|
@ -68,9 +68,13 @@ config BR2_PACKAGE_PHP_EXT_FTP
|
|||||||
config BR2_PACKAGE_PHP_EXT_GETTEXT
|
config BR2_PACKAGE_PHP_EXT_GETTEXT
|
||||||
bool "gettext"
|
bool "gettext"
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
gettext support
|
gettext support
|
||||||
|
|
||||||
|
comment "gettext support requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
|
||||||
config BR2_PACKAGE_PHP_EXT_GMP
|
config BR2_PACKAGE_PHP_EXT_GMP
|
||||||
bool "gmp"
|
bool "gmp"
|
||||||
select BR2_PACKAGE_LIBGMP
|
select BR2_PACKAGE_LIBGMP
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_PKG_CONFIG
|
config BR2_PACKAGE_PKG_CONFIG
|
||||||
bool "pkg-config"
|
bool "pkg-config"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
pkg-config is a system for managing library compile/link
|
pkg-config is a system for managing library compile/link
|
||||||
@ -8,3 +9,6 @@ config BR2_PACKAGE_PKG_CONFIG
|
|||||||
single tool.
|
single tool.
|
||||||
|
|
||||||
http://www.freedesktop.org/software/pkgconfig/
|
http://www.freedesktop.org/software/pkgconfig/
|
||||||
|
|
||||||
|
comment "pkg-config requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_SHARED_MIME_INFO
|
config BR2_PACKAGE_SHARED_MIME_INFO
|
||||||
bool "shared-mime-info"
|
bool "shared-mime-info"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_LIBXML2
|
select BR2_PACKAGE_LIBXML2
|
||||||
help
|
help
|
||||||
@ -8,3 +9,6 @@ config BR2_PACKAGE_SHARED_MIME_INFO
|
|||||||
command used to extend it.
|
command used to extend it.
|
||||||
|
|
||||||
http://freedesktop.org/wiki/Software/shared-mime-info
|
http://freedesktop.org/wiki/Software/shared-mime-info
|
||||||
|
|
||||||
|
comment "shared-mime-info requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
@ -7,6 +7,7 @@ config BR2_PACKAGE_SSHFS
|
|||||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||||
depends on BR2_PACKAGE_OPENSSH
|
depends on BR2_PACKAGE_OPENSSH
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
help
|
help
|
||||||
FUSE makes it possible to implement a filesystem in a userspace
|
FUSE makes it possible to implement a filesystem in a userspace
|
||||||
program. Features include: simple yet comprehensive API, secure
|
program. Features include: simple yet comprehensive API, secure
|
||||||
@ -15,5 +16,5 @@ config BR2_PACKAGE_SSHFS
|
|||||||
|
|
||||||
http://fuse.sourceforge.net/sshfs.html
|
http://fuse.sourceforge.net/sshfs.html
|
||||||
|
|
||||||
comment "sshfs requires a toolchain with LARGEFILE support"
|
comment "sshfs requires a toolchain with LARGEFILE and WCHAR support"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
config BR2_PACKAGE_XSTROKE
|
config BR2_PACKAGE_XSTROKE
|
||||||
bool "xstroke"
|
bool "xstroke"
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
select BR2_PACKAGE_DOCKER
|
select BR2_PACKAGE_DOCKER
|
||||||
help
|
help
|
||||||
Handwriting recognition for X
|
Handwriting recognition for X
|
||||||
|
|
||||||
http://avr32linux.org/twiki/pub/Main/XStroke
|
http://avr32linux.org/twiki/pub/Main/XStroke
|
||||||
|
|
||||||
|
comment "xstroke requires a toolchain with WCHAR support"
|
||||||
|
depends on BR2_PACKAGE_XORG7 && !BR2_USE_WCHAR
|
||||||
|
Loading…
Reference in New Issue
Block a user