aboutsummaryrefslogtreecommitdiff
path: root/xorg/gdk-pixbuf/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-17 13:40:43 +0300
committerCem Keylan <cem@ckyln.com>2021-07-17 13:40:43 +0300
commit1ee2ece2064a923fc7026e8a5904fd1b2a55f89a (patch)
treea2249b816e5532d6a655c9fc7ce402d33d4b634f /xorg/gdk-pixbuf/build
parent1272898a44a804121e20f48b3b4625aba79539a3 (diff)
downloadrepository-1ee2ece2064a923fc7026e8a5904fd1b2a55f89a.tar.gz
gdk-pixbuf: move to extra
Diffstat (limited to 'xorg/gdk-pixbuf/build')
-rwxr-xr-xxorg/gdk-pixbuf/build19
1 files changed, 0 insertions, 19 deletions
diff --git a/xorg/gdk-pixbuf/build b/xorg/gdk-pixbuf/build
deleted file mode 100755
index 149a2c5c..00000000
--- a/xorg/gdk-pixbuf/build
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh -e
-
-export DESTDIR="$1"
-
-meson \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- -Dgir=true \
- -Djasper=false \
- -Dpng=true \
- -Ddocs=false \
- -Dman=false \
- -Dinstalled_tests=false \
- -Dbuiltin_loaders=all \
- . output
-
-ninja -C output
-ninja -C output install