diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/packages/xorg-proto/inputproto-native_1.4.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/packages/xorg-proto/inputproto-native_1.4.1.bb b/meta/packages/xorg-proto/inputproto-native_1.4.1.bb new file mode 100644 index 0000000000..6d5444c977 --- /dev/null +++ b/meta/packages/xorg-proto/inputproto-native_1.4.1.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | DESCRIPTION = "X protocol headers" | ||
| 2 | SECTION = "x11/libs" | ||
| 3 | LICENSE= "MIT-X" | ||
| 4 | PE = "1" | ||
| 5 | |||
| 6 | SRC_URI = "${XORG_MIRROR}/X11R7.0/src/proto/inputproto-${PV}.tar.bz2" | ||
| 7 | S = "${WORKDIR}/inputproto-${PV}" | ||
| 8 | |||
| 9 | inherit native autotools pkgconfig | ||
