mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-16 00:13:00 +00:00
mangoapp: install by default
[skip ci]
This commit is contained in:
parent
6e264adecb
commit
801b5ef5fc
2
build.sh
2
build.sh
@ -197,6 +197,7 @@ uninstall() {
|
||||
rm -fv "/usr/bin/mangohud"
|
||||
rm -fv "/usr/bin/mangoplot"
|
||||
rm -fv "/usr/bin/mangohud.x86"
|
||||
rm -fv "/usr/bin/mangoapp"
|
||||
}
|
||||
|
||||
install() {
|
||||
@ -237,6 +238,7 @@ install() {
|
||||
/usr/bin/install -Dvm644 ./build/release/usr/share/doc/mangohud/MangoHud.conf.example /usr/share/doc/mangohud/MangoHud.conf.example
|
||||
/usr/bin/install -vm755 ./build/release/usr/bin/mangohud /usr/bin/mangohud
|
||||
/usr/bin/install -vm755 ./build/release/usr/bin/mangoplot /usr/bin/mangoplot
|
||||
/usr/bin/install -vm755 ./build/release/usr/bin/mangoapp /usr/bin/mangoapp
|
||||
|
||||
ln -sv $DEFAULTLIB /usr/lib/mangohud/lib
|
||||
|
||||
|
@ -8,7 +8,7 @@ option('with_x11', type : 'feature', value : 'enabled')
|
||||
option('with_wayland', type : 'feature', value : 'disabled')
|
||||
option('with_dbus', type : 'feature', value : 'enabled')
|
||||
option('loglevel', type: 'combo', choices : ['trace', 'debug', 'info', 'warn', 'err', 'critical', 'off'], value : 'info', description: 'Max log level in non-debug build')
|
||||
option('mangoapp', type: 'boolean', value : false)
|
||||
option('mangoapp', type: 'boolean', value : true)
|
||||
option('mangohudctl', type: 'boolean', value : false)
|
||||
option('mangoapp_layer', type: 'boolean', value : false)
|
||||
option('tests', type: 'feature', value: 'auto', description: 'Run tests')
|
||||
|
Loading…
Reference in New Issue
Block a user