[patch] Mk/bsd.sdl.mk - support for sdl_pango
Add support for x11-toolkits/sdl_pango PR: ports/104900 Submitted by: Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
parent
214ffa130b
commit
e66ac223f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175940
1 changed files with 6 additions and 1 deletions
|
@ -37,7 +37,7 @@ SDL_Include_MAINTAINER= edwin@FreeBSD.org
|
|||
#
|
||||
# These are the current supported SDL modules
|
||||
#
|
||||
_USE_SDL_ALL= gfx gui image mixer mm net sdl sound ttf
|
||||
_USE_SDL_ALL= gfx gui image mixer mm net pango sdl sound ttf
|
||||
|
||||
#
|
||||
# Variables used to determine what is needed:
|
||||
|
@ -74,6 +74,11 @@ _VERSION_net= 0
|
|||
_SUBDIR_net= net
|
||||
_REQUIRES_net= sdl
|
||||
|
||||
_VERSION_pango= 2
|
||||
_SUBDIR_pango= x11-toolkits
|
||||
_LIB_pango= SDL_Pango
|
||||
_REQUIRES_pango=sdl
|
||||
|
||||
_VERSION_sdl= 11
|
||||
_SUBDIR_sdl= devel
|
||||
_LIB_sdl= SDL
|
||||
|
|
Loading…
Reference in a new issue