summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson2008-07-05 11:22:38 +0200
committerUlf Samuelsson2008-07-05 11:22:38 +0200
commit50cbb4a1887c798753f7dbf0e228c1fe79a16ce3 (patch)
treee9e612c5f0116f1f2a1fa82792dd2d56db4cd5fd /Config.in
parent[0002974] add support for zlib and bzip2 in lighttpd, use alphabetical order ... (diff)
downloadbuildroot-50cbb4a1887c798753f7dbf0e228c1fe79a16ce3.tar.gz
buildroot-50cbb4a1887c798753f7dbf0e228c1fe79a16ce3.tar.xz
buildroot-50cbb4a1887c798753f7dbf0e228c1fe79a16ce3.zip
Add configuration possibility for host Gnome Lib installation
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 60aefc92c..129171bbf 100644
--- a/Config.in
+++ b/Config.in
@@ -78,6 +78,17 @@ config BR2_DL_DIR
The default is $(BASE_DIR)/dl
+config BR2_HOST_GLIB
+ string "Location of host Gnome library"
+ default "/usr"
+ help
+ Directory where Gnome is installed on the host
+ Gnome applications is installed in $(BR2_HOST_LIB)/bin
+ This is needed to build libgtk etc.
+ The default is /usr
+ It can be overridden by the BUILDROOT_HOST_GLIB
+ shell variable
+
source "target/device/Config.in.mirrors"
config BR2_STAGING_DIR