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)
130
130
add_subdirectory (Android/HelloAR)
131
131
endif ()
132
132
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))
134
134
add_subdirectory (UnityPlugin)
135
135
endif ()
136
136
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ elseif(PLATFORM_ANDROID)
190
190
target_link_libraries (Diligent-SampleBase PRIVATE GLESv3 PUBLIC native_app_glue)
191
191
elseif (PLATFORM_LINUX)
192
192
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} )
194
194
elseif (PLATFORM_MACOS OR PLATFORM_IOS)
195
195
196
196
endif ()
You can’t perform that action at this time.
0 commit comments