diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-11-04 11:41:36 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-11-12 15:20:28 +0000 |
commit | 00cccdc8f03f15fd2dc05225ab6df273e53c18cb (patch) | |
tree | 58329e9b6be47bdd1e2b9fee0cc8e96b70a4db6e /packages | |
parent | 48b29041deae4053038d13fd81f52e04610b61f9 (diff) |
xcursorgen-native_1.0.2.bb : add a native version for X11R7.4
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xorg-app/xcursorgen-native_1.0.2.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/xorg-app/xcursorgen-native_1.0.2.bb b/packages/xorg-app/xcursorgen-native_1.0.2.bb new file mode 100644 index 0000000000..0cbf9fc716 --- /dev/null +++ b/packages/xorg-app/xcursorgen-native_1.0.2.bb @@ -0,0 +1,7 @@ +inherit native +require xcursorgen_${PV}.bb + +DEPENDS = "libx11-native libpng-native" + +S="${WORKDIR}/xcursorgen-${PV}" +XORG_PN="xcursorgen" |