mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 16:58:01 +02:00
meson: update fontconfig wrap and add gperf wrap
Update fontconfig wrap to upstream now that it's been merged. Add gperf wrap which is needed for fontconfig, same as in the upstream fontconfig repo (this can't be put into wrapdb yet because it requires changes to source files).
This commit is contained in:
parent
7cb362d586
commit
89d4c22140
3 changed files with 10 additions and 4 deletions
3
subprojects/.gitignore
vendored
3
subprojects/.gitignore
vendored
|
|
@ -1,10 +1,11 @@
|
|||
/expat-2.2.5
|
||||
/freetype2
|
||||
/glib
|
||||
/gperf
|
||||
/fontconfig
|
||||
/libffi
|
||||
/proxy-libintl
|
||||
/zlib
|
||||
/zlib-*
|
||||
/packagecache
|
||||
/pixman
|
||||
/libpng*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[wrap-git]
|
||||
directory=fontconfig
|
||||
url=https://github.com/centricular/fontconfig.git
|
||||
push-url=git@github.com:centricular/fontconfig.git
|
||||
revision=meson
|
||||
url=https://gitlab.freedesktop.org/fontconfig/fontconfig.git
|
||||
push-url=git@gitlab.freedesktop.org:fontconfig/fontconfig.git
|
||||
revision=master
|
||||
|
|
|
|||
5
subprojects/gperf.wrap
Normal file
5
subprojects/gperf.wrap
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[wrap-git]
|
||||
directory=gperf
|
||||
url=https://gitlab.freedesktop.org/tpm/gperf.git
|
||||
push-url=https://gitlab.freedesktop.org/tpm/gperf.git
|
||||
revision=meson
|
||||
Loading…
Add table
Reference in a new issue