diff options
-rw-r--r-- | x11/x11-native_cvs.oe | 4 | ||||
-rw-r--r-- | xau/xau-native_cvs.oe | 4 | ||||
-rw-r--r-- | xextensions/xextensions-native_cvs.oe | 3 | ||||
-rw-r--r-- | xproto/xproto-native_cvs.oe | 4 |
4 files changed, 15 insertions, 0 deletions
diff --git a/x11/x11-native_cvs.oe b/x11/x11-native_cvs.oe index e69de29bb2..cdae3f7957 100644 --- a/x11/x11-native_cvs.oe +++ b/x11/x11-native_cvs.oe @@ -0,0 +1,4 @@ +include x11_cvs.oe +inherit native +DEPENDS = "xproto-native xextensions-native xau-native xtrans-native libxdmcp-native" +PROVIDES = "" diff --git a/xau/xau-native_cvs.oe b/xau/xau-native_cvs.oe index e69de29bb2..2f9c48d43b 100644 --- a/xau/xau-native_cvs.oe +++ b/xau/xau-native_cvs.oe @@ -0,0 +1,4 @@ +include xau_cvs.oe +inherit native +DEPENDS = "xproto-native" +PROVIDES = "" diff --git a/xextensions/xextensions-native_cvs.oe b/xextensions/xextensions-native_cvs.oe index e69de29bb2..e123dfb3ba 100644 --- a/xextensions/xextensions-native_cvs.oe +++ b/xextensions/xextensions-native_cvs.oe @@ -0,0 +1,3 @@ +include xextensions_cvs.oe +inherit native +PROVIDES = "" diff --git a/xproto/xproto-native_cvs.oe b/xproto/xproto-native_cvs.oe index e69de29bb2..c5cdb1e706 100644 --- a/xproto/xproto-native_cvs.oe +++ b/xproto/xproto-native_cvs.oe @@ -0,0 +1,4 @@ +include xproto_cvs.oe +inherit native +PROVIDES = "" + |