Skip to content

Commit

Permalink
allow wayland-egl to have SOVERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku authored Sep 15, 2023
1 parent 18d12b9 commit 8dbef14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ set_target_properties(GLESv2 PROPERTIES VERSION 2.1.0 SOVERSION 2)
target_link_options(GLESv2 PRIVATE ${CMAKE_SOURCE_DIR}/src/GLESv2.lds)

add_library(wayland-egl SHARED src/dummy.c)
if (WAYLAND_EGL_SOVERSION_1)
set_target_properties(wayland-egl PROPERTIES VERSION 1.0.0 SOVERSION 1)
endif()
target_link_options(wayland-egl PRIVATE ${CMAKE_SOURCE_DIR}/src/wayland-egl.lds)

add_library(NDL_directmedia SHARED src/dummy.c)
Expand Down

0 comments on commit 8dbef14

Please sign in to comment.