1
Fork 0
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:
Joshua Goins 2025-02-01 13:51:50 -05:00
parent 54e70e1528
commit 0bcee0de14

View file

@ -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