diff options
Diffstat (limited to 'recipes/xcb/xcb-demo_0.1.bb')
-rw-r--r-- | recipes/xcb/xcb-demo_0.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xcb/xcb-demo_0.1.bb b/recipes/xcb/xcb-demo_0.1.bb new file mode 100644 index 0000000000..c52b30feb7 --- /dev/null +++ b/recipes/xcb/xcb-demo_0.1.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "XCB: an X protocol C binding" +SECTION = "x11" +LICENSE = "MIT-X" +HOMEPAGE = "http://xcb.freedesktop.org" +PR = "r0" + +DEPENDS = "libxcb xcb-util" + +SRC_URI = "http://xcb.freedesktop.org/dist/xcb-demo-0.1.tar.bz2" + +inherit autotools pkgconfig |