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