~mmach/netext73/xorg-server

« back to all changes in this revision

Viewing changes to meson_options.txt

  • Committer: mmach
  • Date: 2022-09-22 10:05:52 UTC
  • Revision ID: netbit73@gmail.com-20220922100552-lmga4nzzyp3ou2of
21.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
        description: 'Application name')
117
117
option('bundle-id-prefix', type: 'string', value: 'org.x',
118
118
        description: 'RDNS prefix for bundle identifier')
 
119
option('bundle-version', type: 'string', value: 'auto',
 
120
        description: 'The CFBundleVersion for the application bundle')
 
121
option('bundle-version-string', type: 'string', value: 'auto',
 
122
        description: 'The CFBundleShortVersionString for the application bundle')
119
123
option('sparkle-feed-url', type: 'string',
120
124
        description: 'Feed URL for autoupdating with the Sparkle Framework (default: disabled)')
 
125
option('sparkle-public-edkey', type: 'string',
 
126
        description: 'Public EdDSA key for verifying updates from the Sparkle feed (default: disabled)')
121
127
option('xpbproxy', type: 'boolean', value: false,
122
128
        description: 'Build a standalone X pasteboard proxy')
123
129