mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
package/cutelyst: drop QT5_VERSION_LATEST logic
Now that the version selection has been removed. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
80dd5c98f4
commit
ce0eaca1ea
@ -17,7 +17,7 @@ CUTELYST_CONF_OPTS += \
|
|||||||
-DPLUGIN_VIEW_GRANTLEE=OFF
|
-DPLUGIN_VIEW_GRANTLEE=OFF
|
||||||
|
|
||||||
# Qt 5.8 needs atomics, which on various architectures are in -latomic
|
# Qt 5.8 needs atomics, which on various architectures are in -latomic
|
||||||
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC)$(BR2_PACKAGE_QT5_VERSION_LATEST),yy)
|
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
||||||
CUTELYST_CONF_OPTS += -DCMAKE_CXX_FLAGS="$(TARGET_CXXFLAGS) -latomic"
|
CUTELYST_CONF_OPTS += -DCMAKE_CXX_FLAGS="$(TARGET_CXXFLAGS) -latomic"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user