summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2023-12-04 13:47:32 +0100
committerStephan Springer2023-12-04 13:47:32 +0100
commit4fcad8c5d6200b31a3e94a1f28641c465e1d6e4a (patch)
tree170dbbd77ff495fc5c738669fc4358abe091dcf3
parentc5d1492ba86f0d5482531ce19132d3513fbda368 (diff)
downloadaur-4fcad8c5d6200b31a3e94a1f28641c465e1d6e4a.tar.gz
disable pdal
until https://github.com/qgis/QGIS/issues/55431 is fixed
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1b698cde944..c6f199ce52ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ arch=(x86_64)
url='https://qgis.org/'
license=(GPL)
depends=(ocl-icd proj geos gdal expat spatialindex qwt libzip sqlite3 protobuf
- zlib exiv2 postgresql-libs libspatialite zstd pdal
+ zlib exiv2 postgresql-libs libspatialite zstd
qt5-base qt5-svg qt5-serialport qt5-location qt5-3d qt5-declarative
qscintilla-qt5 qtkeychain-qt5 qca-qt5 gsl python-pyqt5 python-qscintilla-qt5
hdf5 netcdf libxml2) # laz-perf
@@ -57,7 +57,7 @@ build() {
-DQWTPOLAR_INCLUDE_DIR=/usr/include/qwt \
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -DQWT_POLAR_VERSION=0x060200" \
-DWITH_INTERNAL_QWTPOLAR=FALSE \
- -DWITH_PDAL=TRUE \
+ -DWITH_PDAL=FALSE \
-DHAS_KDE_QT5_PDF_TRANSFORM_FIX=TRUE \
-DHAS_KDE_QT5_SMALL_CAPS_FIX=TRUE \
-DHAS_KDE_QT5_FONT_STRETCH_FIX=TRUE