summaryrefslogtreecommitdiff
path: root/conf/distro/oplinux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/oplinux.conf')
-rw-r--r--conf/distro/oplinux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/oplinux.conf b/conf/distro/oplinux.conf
index 43e8fad61c..c8c7cfda83 100644
--- a/conf/distro/oplinux.conf
+++ b/conf/distro/oplinux.conf
@@ -25,7 +25,7 @@ require conf/distro/include/sane-srcdates.inc
# Header
#
DISTRO_NAME = "OPLinux"
-DISTRO_VERSION ?= ".dev-snapshot-${SRCDATE}"
+DISTRO_VERSION ?= "dev-snapshot-${SRCDATE}"
#DISTRO_TYPE = "release"
DISTRO_TYPE = "debug"
@@ -56,6 +56,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive"
# Others:
PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11"
+PREFERRED_PROVIDER_virtual/libx11-native ?= "libx11-native"
PREFERRED_PROVIDER_gconf ?= "gconf-dbus"
PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs"
PREFERRED_PROVIDER_gnome-vfs-plugin-file ?= "gnome-vfs"