File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ if(PLATFORM_ANDROID)
130130 add_subdirectory (Android/HelloAR)
131131endif ()
132132
133- if (NOT ${DILIGENT_BUILD_SAMPLE_BASE_ONLY} AND (D3D11_SUPPORTED OR D3D12_SUPPORTED OR GL_SUPPORTED OR GLES_SUPPORTED))
133+ if (NOT PLATFORM_FREEBSD AND NOT ${DILIGENT_BUILD_SAMPLE_BASE_ONLY} AND (D3D11_SUPPORTED OR D3D12_SUPPORTED OR GL_SUPPORTED OR GLES_SUPPORTED))
134134 add_subdirectory (UnityPlugin)
135135endif ()
136136
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ elseif(PLATFORM_ANDROID)
190190 target_link_libraries (Diligent-SampleBase PRIVATE GLESv3 PUBLIC native_app_glue)
191191elseif (PLATFORM_LINUX)
192192 find_package (X11 REQUIRED)
193- target_link_libraries (Diligent-SampleBase PRIVATE XCBKeySyms ${OPENGL_LIBRARY} X11::X11 )
193+ target_link_libraries (Diligent-SampleBase PRIVATE XCBKeySyms ${OPENGL_LIBRARY} ${X11_LIBRARIES} )
194194elseif (PLATFORM_MACOS OR PLATFORM_IOS)
195195
196196endif ()
You can’t perform that action at this time.
0 commit comments