summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/preferred-e-versions.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/preferred-e-versions.inc')
-rw-r--r--meta/conf/distro/preferred-e-versions.inc33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/conf/distro/preferred-e-versions.inc b/meta/conf/distro/preferred-e-versions.inc
new file mode 100644
index 0000000000..607acad858
--- /dev/null
+++ b/meta/conf/distro/preferred-e-versions.inc
@@ -0,0 +1,33 @@
1#
2# Specify which versions of E-related libraries and applications to build
3#
4
5#PREFERRED_VERSION_e = "0.16.999.025"
6#PREFERRED_VERSION_ecore-x11 = "0.9.9.025"
7#PREFERRED_VERSION_ecore-native = "0.9.9.025"
8#PREFERRED_VERSION_edb = "1.0.5.006"
9#PREFERRED_VERSION_edb-native = "1.0.5.006"
10#PREFERRED_VERSION_edje = "0.5.0.025"
11#PREFERRED_VERSION_edje-native = "0.5.0.025"
12#PREFERRED_VERSION_eet = "0.9.10.025"
13#PREFERRED_VERSION_eet-native = "0.9.10.025"
14#PREFERRED_VERSION_embryo = "0.9.1.025"
15#PREFERRED_VERSION_embryo-native = "0.9.1.025"
16#PREFERRED_VERSION_emotion = "0.0.1.004"
17#PREFERRED_VERSION_emotion-native = "0.0.1.004"
18#PREFERRED_VERSION_epeg = "0.9.0.006"
19#PREFERRED_VERSION_epsilon = "0.3.0.006"
20#PREFERRED_VERSION_esmart-x11 = "0.9.0.006"
21#PREFERRED_VERSION_evas-x11 = "0.9.9.025"
22#PREFERRED_VERSION_evas-native = "0.9.9.025"
23#PREFERRED_VERSION_ewl = "0.0.4.006"
24#PREFERRED_VERSION_imlib2-x11 = "1.2.1.011"
25#PREFERRED_VERSION_imlib2-native = "1.2.1.011"
26#PREFERRED_VERSION_e-wm = "0.16.999.025"
27#PREFERRED_VERSION_entrance = "0.9.0.006"
28
29PREFERRED_PROVIDER_virtual/evas ?= "evas-x11"
30PREFERRED_PROVIDER_virtual/ecore ?= "ecore-x11"
31PREFERRED_PROVIDER_virtual/imlib2 ?= "imlib2-x11"
32PREFERRED_PROVIDER_virtual/esmart ?= "esmart-x11"
33