-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow building RetroArch with menu disabled #16881
Conversation
All right, I think I managed to re-add cheevos while disabling menus and QT. |
Getting some errors when passing in the flags you provided...
|
This is exactly the output of the bug in #16880. Are you sure you built off my commits? |
I thought I did. Maybe it failed when I did a |
I tried with
But I am getting this error using
N.B = Also, it will be needed to continue the work for this PR which need |
Confirming that I was able to compile it, without running into the error gouchi mentioned above.
|
I was starting to wonder if maybe I screwed up one of my commits... thank you for confirming it works! Also @gouchi you should not need to disable cheevos now, I think I got that fixed. Still need to disable QT though. |
Ok I confirm it is working with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the testing 👍
* allow building with --disable-menu --disable-cheevos --disable-qt --disable-slang * allow building with cheevos while disabling menus and qt
Description
This will allow compiling a RetroArch build with the menu disabled, HOWEVER it still requires disabling QT and Achievements (ie. it won't build with just
--disable-menu
and also needs--disable-menu --disable-cheevos --disable-qt
)Normal builds that don't invoke
--disable-menu
should be unaffected.Related Issues
Workaround but not definitive fix for : #16880
Reviewers
@Autechre64 @sonninnos