CMake: Add missing dependency from p3display on PKG::X11

This commit is contained in:
Sam Edwards 2018-10-15 17:10:28 -06:00
parent c6dee72b06
commit f9eb327a11

View File

@ -89,7 +89,8 @@ endif()
composite_sources(p3display P3DISPLAY_SOURCES) composite_sources(p3display P3DISPLAY_SOURCES)
add_component_library(p3display SYMBOL BUILDING_PANDA_DISPLAY add_component_library(p3display SYMBOL BUILDING_PANDA_DISPLAY
${P3DISPLAY_HEADERS} ${P3DISPLAY_SOURCES}) ${P3DISPLAY_HEADERS} ${P3DISPLAY_SOURCES})
target_link_libraries(p3display p3cull p3pgraphnodes) target_link_libraries(p3display p3cull p3pgraphnodes
PKG::X11)
target_interrogate(p3display ALL EXTENSIONS ${P3DISPLAY_IGATEEXT}) target_interrogate(p3display ALL EXTENSIONS ${P3DISPLAY_IGATEEXT})
if(NOT BUILD_METALIBS) if(NOT BUILD_METALIBS)