diff options
Diffstat (limited to 'recipes/xorg-lib/libxdmcp-native_1.0.3.bb')
-rw-r--r-- | recipes/xorg-lib/libxdmcp-native_1.0.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxdmcp-native_1.0.3.bb b/recipes/xorg-lib/libxdmcp-native_1.0.3.bb new file mode 100644 index 0000000000..873e9397d7 --- /dev/null +++ b/recipes/xorg-lib/libxdmcp-native_1.0.3.bb @@ -0,0 +1,10 @@ +require libxdmcp_${PV}.bb + +DEPENDS = "xproto-native util-macros-native" +PR = "r1" +PE = "1" + +XORG_PN = "libXdmcp" +PROVIDES = "" + +inherit native |