Skip to content

Commit

Permalink
x11-toolkits/wlroots-devel: track SOVERSION after 21a74b9
Browse files Browse the repository at this point in the history
(cherry picked from commit 58e462a)
  • Loading branch information
jbeich committed May 11, 2024
1 parent e8c8d23 commit 053b798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x11-toolkits/wlroots-devel/override.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
WLR_SUFFIX= -devel
WLR_SOVERSION= 13

BUILD_DEPENDS:= ${BUILD_DEPENDS:S/wlroots/&${WLR_SUFFIX}/g}
LIB_DEPENDS:= ${LIB_DEPENDS:S/wlroots$/&${WLR_SUFFIX}/}
LIB_DEPENDS:= ${LIB_DEPENDS:S/wlroots.so/&.${WLR_SOVERSION}/:S/wlroots$/&${WLR_SUFFIX}/}

USES+= localbase # -isystem
CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/wlroots${WLR_SUFFIX}/libdata/pkgconfig"
Expand Down

0 comments on commit 053b798

Please sign in to comment.