mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(gtk3)
This commit is contained in:
parent
dd2b6b317e
commit
3458030181
1 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,6 @@ versions:
|
|||
|
||||
display-name: gtk3
|
||||
|
||||
|
||||
dependencies:
|
||||
gnome.org/atk: '*'
|
||||
gnome.org/gdk-pixbuf: '*'
|
||||
|
@ -54,8 +53,12 @@ build:
|
|||
- --buildtype=release
|
||||
- --wrap-mode=nofallback
|
||||
- -Dintrospection=true
|
||||
darwin:
|
||||
MESON_ARGS:
|
||||
- -Dquartz_backend=true
|
||||
- -Dx11_backend=false
|
||||
DESTDIR: /
|
||||
XML_CATALOG_FILES: "{{prefix}}/etc/xml/catalog"
|
||||
XML_CATALOG_FILES: '{{prefix}}/etc/xml/catalog'
|
||||
|
||||
provides:
|
||||
- bin/gtk-builder-tool
|
||||
|
|
Loading…
Reference in a new issue