This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
Browse Source
Fix headless build
Signed-off-by: falkTX <falktx@falktx.com>
tags/23.02
falkTX
2 years ago
parent
6aedd9d2f3
commit
3d5cca6874
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/CardinalRemote.cpp
+ 1
- 1
src/CardinalRemote.cpp
View File
@@ -32,7 +32,7 @@
# undef HAVE_LIBLO
#endif
#if (CARDINAL_VARIANT_MINI
&& !defined(HEADLESS)) || defined(HAVE_LIBLO
)
#if (CARDINAL_VARIANT_MINI
|| defined(HAVE_LIBLO)) && !defined(HEADLESS
)
# define CARDINAL_REMOTE_ENABLED
#endif
Write
Preview
Loading…
Cancel
Save