forked from pool/xorg-x11-server
Stefan Dirsch
3558b9325c
- u_vesa-Add-VBEDPMSGetCapabilities-VBEDPMSGet.patch Add VBEDPMSGetCapabilities() and VBEDPMSGet() functions (bsc#947356, boo#947493). OBS-URL: https://build.opensuse.org/request/show/333715 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=584
18 lines
533 B
Plaintext
18 lines
533 B
Plaintext
# RPM macros for XOrg ABI Definitions
|
|
|
|
# Add a Requires for the correct VIDEO Driver ABI
|
|
%x11_abi_videodrv_req \
|
|
Requires: X11_ABI_VIDEODRV = @abi_videodrv@
|
|
|
|
%x11_abi_xinput_req \
|
|
Requires: X11_ABI_XINPUT = @abi_xinput@
|
|
|
|
%x11_abi_ansic_req \
|
|
Requires: X11_ABI_ANSIC = @abi_ansic@
|
|
|
|
%x11_abi_extension_req \
|
|
Requires: X11_ABI_EXTENSION = @abi_extension@
|
|
|
|
%x11_abi_has_dirty_tracking2 \
|
|
Requires: X11_ABI_HAS_DIRTYTRACKING2
|