diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-01-29 13:08:11 +0100 |
---|---|---|
committer | ronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org> | 2014-01-29 07:24:15 -0800 |
commit | ca5f0f20fb3f35f564ef2f81ffced4c6b04b3dcf (patch) | |
tree | b7d4a6e6ba09f7fab1a65aa712bd9b579fb31810 | |
parent | 4a3373494f8c92f49fb0ceac8aa264f5d3343c77 (diff) | |
download | libXres-accepted/tizen_generic.tar.gz libXres-accepted/tizen_generic.tar.bz2 libXres-accepted/tizen_generic.zip |
libXres should not try to build into a pure wayland platform.submit/tizen_ivi_release/20140312.071257submit/tizen/20140312.070829submit/tizen/20140213.070742accepted/tizen/mobile/20140225.043057accepted/tizen/ivi/release/20140312.112643accepted/tizen/ivi/panda/20140312.114056accepted/tizen/ivi/20140213.204153accepted/tizen/generic/20140312.110245accepted/tizen/generic/20140213.074547tizen_ivi_releaseaccepted/tizen_ivi_releaseaccepted/tizen_ivi_pandaaccepted/tizen_iviaccepted/tizen_genericaccepted/tizen/mobileaccepted/tizen/ivi/stableaccepted/tizen/generic
Tizen devel | Tizen release
_____________|______________
succeeded | succeeded
excluded | excluded
broken |
failed |
unresolvable |
blocked |
locked |
note:
- The disabled status is only
allowed for OBS administration.
Change-Id: I2d73cfb6403f60533273f951782e75ea30d4ade8
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rw-r--r-- | packaging/libXres.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/libXres.spec b/packaging/libXres.spec index ba4436c..8db6a32 100644 --- a/packaging/libXres.spec +++ b/packaging/libXres.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXres Version: 1.0.6 Release: 1 @@ -12,6 +14,10 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xorg-macros) BuildRequires: pkgconfig(xproto) +%if !%{with x} +ExclusiveArch: +%endif + %description X-Resource is an extension that allows a client to query the X server about its usage of various resources. |