0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-12 09:41:18 +02:00

build: remove mandatory modules

This commit is contained in:
Sayafdine Said 2023-06-27 21:51:39 +02:00
parent 9b20bc2544
commit 19f5b8d4d6
No known key found for this signature in database
GPG key ID: 7567D43648C6E2F4

View file

@ -25,7 +25,7 @@ sources = files(
)
py = import('python').find_installation(
modules: ['gi', 'elevate']
# modules: ['gi', 'elevate']
)
py.dependency()