diff options
-rw-r--r-- | packaging/weekeyboard.spec | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/packaging/weekeyboard.spec b/packaging/weekeyboard.spec index 4493364..e0bdf16 100644 --- a/packaging/weekeyboard.spec +++ b/packaging/weekeyboard.spec @@ -2,7 +2,7 @@ Name: weekeyboard Version: 0.0.2 -Release: 1 +Release: 0 License: Apache-2.0 Summary: Virtual Keyboard Application Url: http://github.com/etrunko/weekeyboard @@ -15,7 +15,6 @@ BuildRequires: pkgconfig(eet) BuildRequires: pkgconfig(evas) BuildRequires: pkgconfig(ecore) BuildRequires: pkgconfig(ecore-evas) -BuildRequires: pkgconfig(ecore-wayland) BuildRequires: pkgconfig(edje) BuildRequires: pkgconfig(eet) BuildRequires: pkgconfig(efreet) @@ -26,7 +25,9 @@ Requires: ibus Requires: ibus-hangul Requires: ibus-libpinyin -%if !%{with wayland} +%if %{with wayland} +BuildRequires: pkgconfig(ecore-wayland) +%else ExclusiveArch: %endif @@ -52,5 +53,3 @@ make %{?_smp_mflags} %{_bindir}/weekeyboard %{_datadir}/weekeyboard/*.edj -%changelog - |