aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xscrnsaverh/xscrnsaverh_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xscrnsaverh/xscrnsaverh_1.0.bb')
-rw-r--r--recipes/xscrnsaverh/xscrnsaverh_1.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xscrnsaverh/xscrnsaverh_1.0.bb b/recipes/xscrnsaverh/xscrnsaverh_1.0.bb
new file mode 100644
index 0000000000..2989054f44
--- /dev/null
+++ b/recipes/xscrnsaverh/xscrnsaverh_1.0.bb
@@ -0,0 +1,13 @@
+
+PR = "r0"
+
+DEPENDS = "libxext"
+SECTION = "x11"
+LICENSE = "X-MIT"
+DESCRIPTION = "missing header"
+
+SRC_URI = "file://scrnsaver.h"
+
+do_stage() {
+ install -m 0644 ${WORKDIR}/scrnsaver.h ${STAGING_INCDIR}/X11/extensions/
+}