aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome/gtk+/composite-pixbuf_0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-gnome/gtk+/composite-pixbuf_0.0.bb')
-rw-r--r--meta-oe/recipes-gnome/gtk+/composite-pixbuf_0.0.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-oe/recipes-gnome/gtk+/composite-pixbuf_0.0.bb b/meta-oe/recipes-gnome/gtk+/composite-pixbuf_0.0.bb
deleted file mode 100644
index 29e329a4af..0000000000
--- a/meta-oe/recipes-gnome/gtk+/composite-pixbuf_0.0.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "Pixbuf performance test"
-LICENSE = "Public domain"
-DEPENDS = "gtk+"
-
-SRC_URI = "http://amelang.net/composite_pixbuf.c"
-
-S = "${WORKDIR}"
-
-do_compile() {
- ${CC} ${CFLAGS} composite_pixbuf.c -o composite_pixbuf \
- `pkg-config --cflags gdk-2.0` `pkg-config --libs gdk-2.0` `pkg-config --libs x11` `pkg-config --libs pango` \
- -lxcb -lXext -lXinerama -lXrandr -lXcursor -lXfixes -lpangoft2-1.0 -lz -lexpat -lxcb-xlib -lXau -lXdmcp
-}
-
-do_install() {
- install -d ${D}${bindir}
- install -m 755 composite_pixbuf ${D}${bindir}
-}
-
-SRC_URI[md5sum] = "97edf3cce3353b6cb5f822442a83aa5e"
-SRC_URI[sha256sum] = "bd6f9e5dc0a89e9918f78a550f6e688480f044cec2e8674d34c7c6212831d6bd"