mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2025-07-06 20:26:36 +02:00
cmake: provide the noudisks2 configuration
This commit is contained in:
parent
7804ccf000
commit
ff6d3c2199
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,3 +10,4 @@ __pycache__
|
||||||
# Configuration files for custom builds using GiteaPC
|
# Configuration files for custom builds using GiteaPC
|
||||||
/giteapc-config.make
|
/giteapc-config.make
|
||||||
/giteapc-config-*.make
|
/giteapc-config-*.make
|
||||||
|
!giteapc-config-noudisks2.make
|
||||||
|
|
2
giteapc-config-noudisks2.make
Normal file
2
giteapc-config-noudisks2.make
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Disable UDisks2 support in fxlink
|
||||||
|
FXSDK_CONFIGURE += -DFXLINK_DISABLE_UDISKS2=1
|
Loading…
Add table
Reference in a new issue