diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-01-13 17:05:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-13 17:05:32 +0000 |
commit | 73472a720088f0d9d8703593d20b5f22dda8f17f (patch) | |
tree | 9292f48e9ce4352cf33bcad1edd3ab4e26a19f79 /conf/distro | |
parent | 5628d5b68310df4552e2bb149097873c159143c8 (diff) | |
parent | e6b9740c0ee3c08fabd2fd8b8a6807bdb75ab1c1 (diff) |
merge of 69a16876f0ffb0c103caef0590521a09a27ea04f
and 727e147b943bf50bd25b6a42f0d8d51dfd7ba82e
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/familiar-unstable.conf | 4 | ||||
-rw-r--r-- | conf/distro/preferred-gpe-versions-2.8.inc | 10 |
2 files changed, 13 insertions, 1 deletions
diff --git a/conf/distro/familiar-unstable.conf b/conf/distro/familiar-unstable.conf index 1a5600c986..f7d941063d 100644 --- a/conf/distro/familiar-unstable.conf +++ b/conf/distro/familiar-unstable.conf @@ -1,6 +1,8 @@ DISTRO = "familiar" DISTRO_NAME = "Familiar Linux" DISTRO_VERSION = "unstable-${DATE}" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" +# Do not touch this file before notifying familiar-dev@handhelds.org include conf/distro/familiar.conf @@ -61,7 +63,7 @@ PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" PREFERRED_PROVIDER_x11 = "diet-x11" -include conf/distro/preferred-gpe-versions-2.7.inc +include conf/distro/preferred-gpe-versions-2.8.inc # # E diff --git a/conf/distro/preferred-gpe-versions-2.8.inc b/conf/distro/preferred-gpe-versions-2.8.inc new file mode 100644 index 0000000000..c62d0aff6e --- /dev/null +++ b/conf/distro/preferred-gpe-versions-2.8.inc @@ -0,0 +1,10 @@ +# +# Specify which versions of GPE (and related) applications to build +# + +#set some preferred providers: +PREFERRED_PROVIDER_gconf=gconf-dbus +PREFERRED_PROVIDER_gnome-vfs=gnome-vfs-dbus + +# - the GPE roadmap doesn't state any versions for 2.8 yet +# http://www.handhelds.org/moin/moin.cgi/GPERoadmap |