mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/libmediaart: 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:
@@ -22,9 +22,7 @@ LIBMEDIAART_CONF_OPTS += \
|
||||
--disable-qt
|
||||
else ifeq ($(BR2_PACKAGE_LIBMEDIAART_BACKEND_QT),y)
|
||||
# qt5 needs c++11 (since qt-5.7)
|
||||
ifeq ($(BR2_PACKAGE_QT5_VERSION_LATEST),y)
|
||||
LIBMEDIAART_CONF_ENV += CXXFLAGS="$(TARGET_CXXFLAGS) -std=c++11"
|
||||
endif
|
||||
LIBMEDIAART_DEPENDENCIES += qt5base
|
||||
LIBMEDIAART_CONF_OPTS += \
|
||||
--disable-gdkpixbuf \
|
||||
|
||||
Reference in New Issue
Block a user