diff options
Diffstat (limited to 'conf/distro/angstrom-2006.9.conf')
-rw-r--r-- | conf/distro/angstrom-2006.9.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf index 1fa2c607f4..b8a428455d 100644 --- a/conf/distro/angstrom-2006.9.conf +++ b/conf/distro/angstrom-2006.9.conf @@ -9,7 +9,7 @@ #DISTRO_VERSION = "2006.9" DISTRO_VERSION = "test-${DATE}" -require conf/distro/angstrom.conf +require conf/distro/include/angstrom.conf require conf/distro/include/sane-srcdates.conf DISTRO_TYPE = "debug" @@ -35,10 +35,10 @@ http://www.oesources.org/source/current/" PALMTOP_USE_MULTITHREADED_QT = "yes" QTE_VERSION = "2.3.10" OPIE_VERSION = "1.2.2" -include conf/distro/preferred-opie-versions.inc +require conf/distro/include/preferred-opie-versions.inc # GPE -include conf/distro/preferred-gpe-versions-2.8.inc +require conf/distro/include/preferred-gpe-versions-2.8.inc PREFERRED_VERSION_fontconfig = "2.3.95" PREFERRED_VERSION_freetype = "2.2.1" @@ -47,7 +47,7 @@ PREFERRED_VERSION_freetype = "2.2.1" GPE_EXTRA_INSTALL = "" # E -include conf/distro/preferred-e-versions.inc +require conf/distro/include/preferred-e-versions.inc #Make sure we use 2.6 on machines with a 2.4/2.6 selector KERNEL = "kernel26" |