]> git.pld-linux.org Git - packages/libinput.git/commitdiff
- dropped unsupported static_libs bcond
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 31 Mar 2018 18:47:40 +0000 (20:47 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 31 Mar 2018 18:47:40 +0000 (20:47 +0200)
libinput.spec

index cd5e9b1bbd173068726bae89f96771f02264e2ca..e0abfcef33e6f527e6715dfe45719f013e0a2d12 100644 (file)
@@ -2,7 +2,6 @@
 # Conditional build:
 %bcond_without gui             # libinput-debug-gui
 %bcond_without libunwind       # libunwind debugging support
-%bcond_with    static_libs     # static library
 %bcond_without doc             # documentation
 %bcond_without tests           # tests
 
@@ -185,12 +184,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/libinput.h
 %{_pkgconfigdir}/libinput.pc
 
-%if %{with static_libs}
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/libinput.a
-%endif
-
 %if %{with doc}
 %files apidocs
 %defattr(644,root,root,755)
This page took 0.037979 seconds and 4 git commands to generate.