diff options
author | nia <nia@pkgsrc.org> | 2021-04-16 07:35:28 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-04-16 07:35:28 +0000 |
commit | 15709162dbdf43595a31f673cd21537444b9be37 (patch) | |
tree | 80877e5b8fa9d2d65ead5c2a12e801f690dd7cb6 /graphics | |
parent | 19c7bd974430cf0f55f7b685260497def9ff15bf (diff) | |
download | pkgsrc-15709162dbdf43595a31f673cd21537444b9be37.tar.gz |
gdk-pixbuf2-xlib: correct previous, thx wiz
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf2-xlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf2-xlib/Makefile b/graphics/gdk-pixbuf2-xlib/Makefile index 39b7c0e0a61..a03bb779c28 100644 --- a/graphics/gdk-pixbuf2-xlib/Makefile +++ b/graphics/gdk-pixbuf2-xlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2021/04/16 06:47:23 nia Exp $ +# $NetBSD: Makefile,v 1.32 2021/04/16 07:35:28 nia Exp $ DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION} PKGNAME= gdk-pixbuf2-xlib-${PIXBUF2_VERSION} @@ -23,7 +23,7 @@ USE_TOOLS+= msgfmt pkg-config MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf MESON_ARGS+= -D installed_tests=false -MESON_ARGS+= -D man=true +MESON_ARGS+= -D man=false MESON_ARGS+= -D x11=true PKGCONFIG_OVERRIDE_STAGE= pre-install PKGCONFIG_OVERRIDE= output/meson-private/gdk-pixbuf-xlib-2.0.pc |