diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-15 19:00:21 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-15 19:00:21 +0300 |
commit | f63e1c50f3cf37b187014e3b9c2af168adbbbcca (patch) | |
tree | 7eca45f03ec84c7f466e48303c0c04ba8290cf72 /xorg/gdk-pixbuf/build | |
parent | 016febfa8c71fac9863e50d7303cdb75e4998f57 (diff) | |
download | repository-f63e1c50f3cf37b187014e3b9c2af168adbbbcca.tar.gz |
gdk-pixbuf: use gir
Diffstat (limited to 'xorg/gdk-pixbuf/build')
-rwxr-xr-x | xorg/gdk-pixbuf/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/gdk-pixbuf/build b/xorg/gdk-pixbuf/build index cedbfa0b..149a2c5c 100755 --- a/xorg/gdk-pixbuf/build +++ b/xorg/gdk-pixbuf/build @@ -6,7 +6,7 @@ meson \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - -Dgir=false \ + -Dgir=true \ -Djasper=false \ -Dpng=true \ -Ddocs=false \ |