diff options
author | jeon <jhyuni.kang@samsung.com> | 2021-01-15 13:08:09 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2023-12-22 08:43:48 +0900 |
commit | 4f2432c8a8f03eaa2186a04a0ec6ee2b9a8531f8 (patch) | |
tree | 2d16dbc547234131c61f32c836dc5b10cc136cbe | |
parent | fef0f99d4557b9bf0562213019fb04894987721c (diff) | |
download | libxkbcommon-4f2432c8a8f03eaa2186a04a0ec6ee2b9a8531f8.tar.gz libxkbcommon-4f2432c8a8f03eaa2186a04a0ec6ee2b9a8531f8.tar.bz2 libxkbcommon-4f2432c8a8f03eaa2186a04a0ec6ee2b9a8531f8.zip |
packaging: ready to spec file whenever enable xkbregistry
Change-Id: I56dcd6e45a2c97893f7c7a7f21cb36b70a472e74
-rw-r--r-- | packaging/libxkbcommon.spec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec index 1550fba..ced4a49 100644 --- a/packaging/libxkbcommon.spec +++ b/packaging/libxkbcommon.spec @@ -22,6 +22,9 @@ BuildRequires: gawk #BuildRequires: pkgconfig(wayland-client) #BuildRequires: wayland-protocols +## This BuildRequires is needed when an enable-xkbregistry option is true. +#BuildRequires: pkgconfig(libxml-2.0) + %global TZ_SYS_RO_SHARE %{?TZ_SYS_RO_SHARE:%TZ_SYS_RO_SHARE}%{!?TZ_SYS_RO_SHARE:/usr/share} %description @@ -74,6 +77,9 @@ ninja -C builddir install %license COPYING %{_libdir}/libxkbcommon.so.0* +## disable xkbregistry ## +#%{_libdir}/libxkbregistry.so.0* + %files devel %manifest %{name}.manifest %defattr(-,root,root) @@ -81,3 +87,6 @@ ninja -C builddir install %{_libdir}/libxkbcommon.so %{_libdir}/pkgconfig/xkbcommon.pc +## disable xkbregistry ## +#%{_libdir}/libxkbregistry.so +#%{_libdir}/pkgconfig/xkbregistry.pc |