mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-25 13:57:45 +00:00
Try to fix the pkgconfig stuff again
This commit is contained in:
parent
54e70e1528
commit
0bcee0de14
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,10 @@ modules:
|
||||||
cleanup:
|
cleanup:
|
||||||
- /lib/debug
|
- /lib/debug
|
||||||
- name: unshield
|
- name: unshield
|
||||||
|
cleanup:
|
||||||
|
- /bin
|
||||||
|
- /include
|
||||||
|
- /lib/pkgconfig
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
|
@ -45,6 +49,8 @@ modules:
|
||||||
- name: libsecret
|
- name: libsecret
|
||||||
cleanup:
|
cleanup:
|
||||||
- /bin
|
- /bin
|
||||||
|
- /include
|
||||||
|
- /lib/pkgconfig
|
||||||
config-opts:
|
config-opts:
|
||||||
- -Dmanpage=false
|
- -Dmanpage=false
|
||||||
- -Dvapi=false
|
- -Dvapi=false
|
||||||
|
|
Loading…
Add table
Reference in a new issue