From 27ff4654fb54f488d0418ac69e9c4ccce3db310c Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 24 Jun 2010 12:45:04 +0200 Subject: distros: add PREFERRED_PROVIDER_virtual/libx11-native * to be able to use virtual/libx11 in BBCLASSEXTEND = native recipes Signed-off-by: Martin Jansa --- conf/distro/oplinux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/distro/oplinux.conf') diff --git a/conf/distro/oplinux.conf b/conf/distro/oplinux.conf index b64477c154..c8c7cfda83 100644 --- a/conf/distro/oplinux.conf +++ b/conf/distro/oplinux.conf @@ -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" -- cgit 1.2.3-korg