Disable udev support in qt5 for now

This commit is contained in:
rsadowski 2022-11-13 20:17:10 +00:00
parent cfb3a9bc1b
commit c1d7f4ba99

View File

@ -12,7 +12,7 @@ PKGNAME-global = qt5-global-${VERSION}
PKGNAME-psql = qt5-postgresql-${VERSION}
PKGNAME-tds = qt5-tds-${VERSION}
REVISION-main = 0
REVISION-main = 1
PKG_ARCH-global = *
PKG_ARCH-examples = *
@ -144,6 +144,10 @@ CONFIGURE_ARGS += -confirm-license \
#BUILD_DEPENDS = graphics/vulkan-loader
CONFIGURE_ARGS += -no-vulkan
# Let's wait a little until we have more experience and test results
#LIB_DEPENDS += sysutils/libudev-openbsd
CONFIGURE_ARGS += -no-libudev
# disabled
CONFIGURE_ARGS += -no-ccache \
-no-compile-examples \