Skip to content

Commit

Permalink
xmoji.mk: Update poser dependency
Browse files Browse the repository at this point in the history
Require poser 1.2.2, including the latest fixes that are now required
for correct operation.
  • Loading branch information
Zirias committed Oct 8, 2024
1 parent c888e28 commit c04f808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poser
Submodule poser updated 1 files
+1 −1 src/lib/core/core.mk
2 changes: 1 addition & 1 deletion src/bin/xmoji/xmoji.mk
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ xmoji_PRECFLAGS+= -I./poser/include
xmoji_LIBS+= posercore
xmoji_LDFLAGS+= -pthread
else
xmoji_PKGDEPS+= posercore >= 1.2
xmoji_PKGDEPS+= posercore >= 1.2.2
endif

ifeq ($(WITH_NLS),1)
Expand Down

0 comments on commit c04f808

Please sign in to comment.