fix: OSX add x11 new include path (#802)

This commit is contained in:
SJunkies
2020-05-25 21:46:25 +02:00
committed by GitHub
parent 3f68e55d1a
commit e1288a2649
3 changed files with 11 additions and 0 deletions

View File

@@ -77,6 +77,9 @@ if (ENABLE_AMLOGIC)
endif ()
if (ENABLE_X11)
if(APPLE)
include_directories("/opt/X11/include")
endif(APPLE)
target_link_libraries(hyperiond x11-grabber)
endif ()