summaryrefslogtreecommitdiff
path: root/recipes/xorg-app/xlsclients_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-app/xlsclients_1.1.0.bb')
-rw-r--r--recipes/xorg-app/xlsclients_1.1.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xorg-app/xlsclients_1.1.0.bb b/recipes/xorg-app/xlsclients_1.1.0.bb
new file mode 100644
index 0000000000..2a2e4aec50
--- /dev/null
+++ b/recipes/xorg-app/xlsclients_1.1.0.bb
@@ -0,0 +1,14 @@
+require xorg-app-common.inc
+PE = "1"
+PR = "${INC_PR}.0"
+
+# missing file from source archive, fixed just after release in http://cgit.freedesktop.org/xorg/app/xlsclients/commit/?id=f30f41b8dc37e775279835c97f2bea83a513dc10
+SRC_URI += "file://strnlen.h"
+
+DEPENDS += " virtual/libx11 xcb-util"
+
+do_compile_prepend() {
+ mv ${WORKDIR}/strnlen.h ${S}
+}
+SRC_URI[archive.md5sum] = "550a0fee047c5043f2cbf190b41f8a1b"
+SRC_URI[archive.sha256sum] = "f95b51f55399f46ce5f597a68ccd04a0d68c5770b517428201262bff09bcfa0c"