cmake: provide the noudisks2 configuration

This commit is contained in:
Lephenixnoir 2021-04-28 22:31:40 +02:00
parent 7804ccf000
commit ff6d3c2199
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ __pycache__
# Configuration files for custom builds using GiteaPC
/giteapc-config.make
/giteapc-config-*.make
!giteapc-config-noudisks2.make

View File

@ -0,0 +1,2 @@
# Disable UDisks2 support in fxlink
FXSDK_CONFIGURE += -DFXLINK_DISABLE_UDISKS2=1