]> git.pld-linux.org Git - packages/qt5-qtbase.git/commitdiff
add bootstrap bcond
authorElan Ruusamäe <glen@delfi.ee>
Tue, 24 Feb 2015 22:47:09 +0000 (00:47 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 24 Feb 2015 22:47:09 +0000 (00:47 +0200)
qt5-qtbase.spec

index 069a2afb0c4d1be2f68c17f555d035583bb3332c..0f129114cf7da840620b468d405ff95707fe37ed 100644 (file)
@@ -8,6 +8,7 @@
 #
 # Conditional build:
 %bcond_with    static_libs     # static libraries [incomplete support in .spec]
+%bcond_with    bootstrap       # disable features to able to build without installed qt5
 # -- build targets
 %bcond_without qch             # QCH documentation
 %bcond_without qm              # QM translations
 %define                with_sse2       1
 %endif
 
+%if %{with bootstrap}
+%undefine      with_qch
+%undefine      with_qm
+%endif
+
 %define                icu_abi         54
 %define                next_icu_abi    %(echo $((%{icu_abi} + 1)))
 
This page took 0.278744 seconds and 4 git commands to generate.