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/maemo-1.0.conf | |
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/maemo-1.0.conf')
-rw-r--r-- | conf/distro/maemo-1.0.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/maemo-1.0.conf b/conf/distro/maemo-1.0.conf index d30ecc9084..4dd9c49bfb 100644 --- a/conf/distro/maemo-1.0.conf +++ b/conf/distro/maemo-1.0.conf @@ -1,4 +1,4 @@ -include conf/distro/familiar.conf +require conf/distro/include/familiar.conf DISTRO = "maemo" DISTRO_NAME = "Maemo Linux" @@ -31,10 +31,10 @@ PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" PREFERRED_PROVIDER_libx11 = "diet-x11" -include conf/distro/preferred-gpe-versions.inc +require conf/distro/include/preferred-gpe-versions.inc # # Maemo # -include conf/distro/maemo-preferred.inc +require conf/distro/include/maemo-preferred.inc |