-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Just have a use-old-zenity option to avoid issues with zenity version…
… detection. This time around it was issues with detection in mock, so let's just avoid all these troubles with auto-detection and roll an option to use the old zenity if needed.
- Loading branch information
1 parent
7bb0172
commit be7698b
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
option('with-stateless', type: 'boolean', value: false, description: 'Enable stateless XDG paths') | ||
option('use-old-zenity', type: 'boolean', value: false, description: 'Use old zenity CLI API for out-of-process dialog handling') | ||
option('with-bluetooth', type: 'boolean', value: true, description: 'Enable Bluetooth (Vala option)') | ||
option('with-gnome-screensaver', type: 'boolean', value: false, description: 'Build using gnome-screensaver as a dependency') | ||
option('with-gtk-doc', type: 'boolean', value: true, description: 'Build gtk-doc documentation') | ||
option('with-hibernate', type: 'boolean', value: true, description: 'Include support for system hibernation') | ||
option('with-libuuid-time-safe', type: 'boolean', value: true, description: 'Enable use of LIBUUID.generate_time_safe (Vala option)') | ||
option('with-polkit', type: 'boolean', value: true, description: 'Enable PolKit support') | ||
option('with-gtk-doc', type: 'boolean', value: true, description: 'Build gtk-doc documentation') | ||
option('with-stateless', type: 'boolean', value: false, description: 'Enable stateless XDG paths') | ||
option('xdg-appdir', type: 'string', description: 'XDG autostart path') | ||
option('with-gnome-screensaver', type: 'boolean', value: false, description: 'Build using gnome-screensaver as a dependency') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters