Skip to content

Commit

Permalink
Remove extraneous libdrm which breaks the qt_ui build
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Critchley committed Jun 19, 2020
1 parent bf31a79 commit 1622478
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugins/qt_ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ QTUI_CXX_RES_SRC_DIR=$(QTUI_CXX_SRC_DIR)/res
QTUI_CXX_BUILD_DIR=$(PLUGIN_BUILD_DIR)$(QTUI_NAME)
QTUI_CXX_TGT=$(QTUI_CXX_BUILD_DIR)/$(QTUI_NAME).so

#Find QT paths
#TODO find QT and error out if there is none
QT_DEPS=Qt5Core Qt5Gui Qt5Widgets Qt5Xml libdrm
# Find QT paths
QT_DEPS=Qt5Core Qt5Gui Qt5Widgets Qt5Xml
QT_DIST_INCLUDES=$(shell pkg-config --cflags-only-I $(QT_DEPS))

QT_DIST_SYS_INCLUDES=$(patsubst -I%, -isystem %, $(QT_DIST_INCLUDES))
Expand Down

0 comments on commit 1622478

Please sign in to comment.