mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-26 07:40:37 +02:00
Add a config var matching the package dir name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@984 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
14ff0c3866
commit
db072a5d20
@ -7,3 +7,6 @@ config BR2_PACKAGE_LIBSASL2
|
|||||||
http://asg.web.cmu.edu/sasl/
|
http://asg.web.cmu.edu/sasl/
|
||||||
|
|
||||||
|
|
||||||
|
config BR2_PACKAGE_CYRUS_SASL
|
||||||
|
tristate
|
||||||
|
default BR2_PACKAGE_LIBSASL2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_GLIB1
|
config BR2_PACKAGE_GLIB1
|
||||||
select BR2_PACKAGE_LIBPTHREAD
|
|
||||||
tristate "glib 1.2 - The GLib library of C routines"
|
tristate "glib 1.2 - The GLib library of C routines"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
|
select BR2_PACKAGE_LIBPTHREAD
|
||||||
help
|
help
|
||||||
GLib is a library containing many useful C routines for things such
|
GLib is a library containing many useful C routines for things such
|
||||||
as trees, hashes, and lists.
|
as trees, hashes, and lists.
|
||||||
@ -10,3 +10,6 @@ config BR2_PACKAGE_GLIB1
|
|||||||
|
|
||||||
Depends: libpthread
|
Depends: libpthread
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GLIB
|
||||||
|
tristate
|
||||||
|
default BR2_PACKAGE_GLIB1
|
||||||
|
@ -5,3 +5,9 @@ config BR2_PACKAGE_LIBLTDL
|
|||||||
A generic dynamic object loading library.
|
A generic dynamic object loading library.
|
||||||
|
|
||||||
http://www.gnu.org/software/libtool/
|
http://www.gnu.org/software/libtool/
|
||||||
|
|
||||||
|
|
||||||
|
config BR2_PACKAGE_LIBTOOL
|
||||||
|
tristate
|
||||||
|
default BR2_PACKAGE_LIBLTDL
|
||||||
|
|
||||||
|
@ -7,3 +7,7 @@ config BR2_PACKAGE_LIBMYSQLCLIENT
|
|||||||
http://dev.mysql.com/
|
http://dev.mysql.com/
|
||||||
|
|
||||||
|
|
||||||
|
config BR2_PACKAGE_MYSQL
|
||||||
|
tristate
|
||||||
|
default BR2_PACKAGE_LIBMYSQLCLIENT
|
||||||
|
|
||||||
|
@ -7,3 +7,6 @@ config BR2_PACKAGE_LIBPQ
|
|||||||
http://www.postgresql.org/
|
http://www.postgresql.org/
|
||||||
|
|
||||||
|
|
||||||
|
config BR2_PACKAGE_POSTGRESQL
|
||||||
|
tristate
|
||||||
|
default BR2_PACKAGE_LIBPQ
|
||||||
|
Loading…
Reference in New Issue
Block a user