Disable udev support in qt5 for now
This commit is contained in:
parent
cfb3a9bc1b
commit
c1d7f4ba99
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user