Add package flags
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: xorg-xdpyinfo
|
||||
description: Display information utility for X
|
||||
version: 1.4.0
|
||||
revision: 3
|
||||
revision: 4
|
||||
url: https://xorg.freedesktop.org/
|
||||
license: custom
|
||||
maintainers:
|
||||
@@ -12,7 +12,6 @@ depends:
|
||||
- libx11
|
||||
- libxcomposite
|
||||
- libxext
|
||||
- libxinerama
|
||||
- libxrender
|
||||
- libxtst
|
||||
- libxxf86vm
|
||||
@@ -20,6 +19,21 @@ make_depends:
|
||||
- meson
|
||||
- xorg-util-macros
|
||||
- xorgproto
|
||||
flags:
|
||||
- name: xpresent
|
||||
default_value: disabled
|
||||
accepted_values:
|
||||
- value: enabled
|
||||
depends:
|
||||
- libxpresent
|
||||
- value: disabled
|
||||
- name: xinerama
|
||||
default_value: enabled
|
||||
accepted_values:
|
||||
- value: enabled
|
||||
depends:
|
||||
- libxinerama
|
||||
- value: disabled
|
||||
downloads:
|
||||
- url: https://www.x.org/pub/individual/app/xdpyinfo-${BPM_PKG_VERSION}.tar.xz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
|
||||
Reference in New Issue
Block a user