diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-09 14:22:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-09 14:22:10 +0000 |
commit | 888cc72f39206a5176a473b2b3017d03ff2132be (patch) | |
tree | 476dc63646765cef4925fe9f1e5ebe8feea64d7e /conf/distro/slugos.conf | |
parent | 821f658df56520e2b340e139532c7868eeef40eb (diff) |
distro/*.conf: change PREFERRED_VERSION_x11 to PREFERRED_VERSION_libx11
Diffstat (limited to 'conf/distro/slugos.conf')
-rw-r--r-- | conf/distro/slugos.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index cf2cb078c5..929a93ad08 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -179,7 +179,7 @@ PREFERRED_VERSION_ixp-osal ?= "2.1" PREFERRED_VERSION_ixp400-eth ?= "1.5" # Select the smallest provider of x11 libraries -PREFERRED_PROVIDER_x11 ?= "diet-x11" +PREFERRED_PROVIDER_libx11 ?= "diet-x11" SRCDATE_diet-x11 ?= "20060106" # Ensure consistency across all SlugOS builds for the provider of a |