summaryrefslogtreecommitdiffstats
path: root/rules/host-gdk-pixbuf.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-08-16 15:13:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-16 16:47:04 +0200
commit87a3953ac2e248161f44844af082717b1a247445 (patch)
tree39ed14b490971ded0e45fd6f92562c7169784012 /rules/host-gdk-pixbuf.make
parent7e6b21971024bdd0de0c4fe926e538414e7ad5c0 (diff)
downloadptxdist-87a3953ac2e248161f44844af082717b1a247445.tar.gz
ptxdist-87a3953ac2e248161f44844af082717b1a247445.tar.xz
host-gdk-pixbuf: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-gdk-pixbuf.make')
-rw-r--r--rules/host-gdk-pixbuf.make38
1 files changed, 38 insertions, 0 deletions
diff --git a/rules/host-gdk-pixbuf.make b/rules/host-gdk-pixbuf.make
new file mode 100644
index 000000000..883321693
--- /dev/null
+++ b/rules/host-gdk-pixbuf.make
@@ -0,0 +1,38 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2020 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_GDK_PIXBUF) += host-gdk-pixbuf
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# meson
+#
+HOST_GDK_PIXBUF_CONF_TOOL := meson
+HOST_GDK_PIXBUF_CONF_OPT := \
+ $(HOST_MESON_OPT) \
+ -Dbuiltin_loaders=png \
+ -Ddocs=false \
+ -Dgio_sniffing=false \
+ -Dgir=false \
+ -Dinstalled_tests=false \
+ -Djasper=false \
+ -Djpeg=false \
+ -Dman=false \
+ -Dnative_windows_loaders=false \
+ -Dpng=true \
+ -Drelocatable=false \
+ -Dtiff=false \
+ -Dx11=false
+
+# vim: syntax=make