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/maemo-1.0.conf | |
parent | 821f658df56520e2b340e139532c7868eeef40eb (diff) |
distro/*.conf: change PREFERRED_VERSION_x11 to PREFERRED_VERSION_libx11
Diffstat (limited to 'conf/distro/maemo-1.0.conf')
-rw-r--r-- | conf/distro/maemo-1.0.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/maemo-1.0.conf b/conf/distro/maemo-1.0.conf index f83e4b1d96..d30ecc9084 100644 --- a/conf/distro/maemo-1.0.conf +++ b/conf/distro/maemo-1.0.conf @@ -29,7 +29,7 @@ PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" -PREFERRED_PROVIDER_x11 = "diet-x11" +PREFERRED_PROVIDER_libx11 = "diet-x11" include conf/distro/preferred-gpe-versions.inc |