]> git.pld-linux.org Git - packages/qt5-qtbase.git/commitdiff
build without statx to support kernels older than 4.11 auto/th/qt5-qtbase-5.12.2-1
authorJan Palus <atler@pld-linux.org>
Wed, 20 Mar 2019 23:30:10 +0000 (00:30 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 20 Mar 2019 23:30:10 +0000 (00:30 +0100)
qt5-qtbase.spec

index ac61eea87cc85fd9de884bb5d6be2c6cd5c0adab..01abf72c75dcc589a333e13ef4f4ee25b6402f5f 100644 (file)
@@ -18,6 +18,7 @@
 %bcond_without kms             # KMS platform support
 %bcond_without libinput        # libinput support
 %bcond_without pch             # pch (pre-compiled headers) in qmake
+%bcond_with    statx           # build with statx() (requires kernel >= 4.11)
 %bcond_with    systemd         # logging to journald
 %bcond_without tslib           # tslib support
 # -- databases
@@ -1220,6 +1221,7 @@ COMMONOPT=" \
        -icu \
        %{?with_systemd:-journald} \
        %{!?with_egl:-no-eglfs} \
+       %{!?with_statx:-no-feature-statx} \
        %{!?with_kms:-no-kms} \
        %{!?with_libinput:-no-libinput} \
        -no-rpath \
This page took 0.410467 seconds and 4 git commands to generate.