diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-07-14 15:11:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-14 15:11:06 +0000 |
commit | 2c35ddb8949a8db25e9a0da5eb72146a6191cacf (patch) | |
tree | 0dc08d2dd8f46cfd5f08aa6c22c6009ce2d97394 /conf/distro/include/preferred-e-versions.inc | |
parent | 5b7397bba0d219bb48f7ae0524f757b3cbdcc949 (diff) |
conf/distro cleanup. conf/distro should only contain files that are ok to be directly included
by means of setting DISTRO. conf/distro/include should contain those which doesn't.
Diffstat (limited to 'conf/distro/include/preferred-e-versions.inc')
-rw-r--r-- | conf/distro/include/preferred-e-versions.inc | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/conf/distro/include/preferred-e-versions.inc b/conf/distro/include/preferred-e-versions.inc new file mode 100644 index 0000000000..607acad858 --- /dev/null +++ b/conf/distro/include/preferred-e-versions.inc @@ -0,0 +1,33 @@ +# +# Specify which versions of E-related libraries and applications to build +# + +#PREFERRED_VERSION_e = "0.16.999.025" +#PREFERRED_VERSION_ecore-x11 = "0.9.9.025" +#PREFERRED_VERSION_ecore-native = "0.9.9.025" +#PREFERRED_VERSION_edb = "1.0.5.006" +#PREFERRED_VERSION_edb-native = "1.0.5.006" +#PREFERRED_VERSION_edje = "0.5.0.025" +#PREFERRED_VERSION_edje-native = "0.5.0.025" +#PREFERRED_VERSION_eet = "0.9.10.025" +#PREFERRED_VERSION_eet-native = "0.9.10.025" +#PREFERRED_VERSION_embryo = "0.9.1.025" +#PREFERRED_VERSION_embryo-native = "0.9.1.025" +#PREFERRED_VERSION_emotion = "0.0.1.004" +#PREFERRED_VERSION_emotion-native = "0.0.1.004" +#PREFERRED_VERSION_epeg = "0.9.0.006" +#PREFERRED_VERSION_epsilon = "0.3.0.006" +#PREFERRED_VERSION_esmart-x11 = "0.9.0.006" +#PREFERRED_VERSION_evas-x11 = "0.9.9.025" +#PREFERRED_VERSION_evas-native = "0.9.9.025" +#PREFERRED_VERSION_ewl = "0.0.4.006" +#PREFERRED_VERSION_imlib2-x11 = "1.2.1.011" +#PREFERRED_VERSION_imlib2-native = "1.2.1.011" +#PREFERRED_VERSION_e-wm = "0.16.999.025" +#PREFERRED_VERSION_entrance = "0.9.0.006" + +PREFERRED_PROVIDER_virtual/evas ?= "evas-x11" +PREFERRED_PROVIDER_virtual/ecore ?= "ecore-x11" +PREFERRED_PROVIDER_virtual/imlib2 ?= "imlib2-x11" +PREFERRED_PROVIDER_virtual/esmart ?= "esmart-x11" + |