mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Split fontconfig bindings into rust-fontconfig.
This commit is contained in:
parent
800bf0a8ed
commit
e01d97460b
5 changed files with 11 additions and 6 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -70,3 +70,6 @@
|
||||||
[submodule "src/rust-freetype"]
|
[submodule "src/rust-freetype"]
|
||||||
path = src/rust-freetype
|
path = src/rust-freetype
|
||||||
url = git://github.com/mozilla-servo/rust-freetype.git
|
url = git://github.com/mozilla-servo/rust-freetype.git
|
||||||
|
[submodule "src/rust-fontconfig"]
|
||||||
|
path = src/rust-fontconfig
|
||||||
|
url = git://github.com/mozilla-servo/rust-fontconfig.git
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -353,7 +353,7 @@ fi
|
||||||
|
|
||||||
if [ $CFG_OSTYPE = "linux" ]
|
if [ $CFG_OSTYPE = "linux" ]
|
||||||
then
|
then
|
||||||
CFG_SUBMODULES="rust-freetype ${CFG_SUBMODULES}"
|
CFG_SUBMODULES="rust-freetype rust-fontconfig ${CFG_SUBMODULES}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
step_msg "making build directories"
|
step_msg "making build directories"
|
||||||
|
|
|
@ -69,10 +69,11 @@ endif
|
||||||
|
|
||||||
ifeq ($(CFG_OSTYPE),linux)
|
ifeq ($(CFG_OSTYPE),linux)
|
||||||
DEPS_rust-azure += \
|
DEPS_rust-azure += \
|
||||||
rust-freetype
|
rust-freetype \
|
||||||
|
rust-fontconfig
|
||||||
|
|
||||||
# See note at top of file
|
# See note at top of file
|
||||||
DEPS_rust-layers += \
|
DEPS_rust-layers += \
|
||||||
rust-freetype
|
rust-freetype \
|
||||||
|
rust-fontconfig
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ec3f31b7f360d2f78343aec074b700ff2c8c3b3d
|
Subproject commit 8ba49fef417cb1b4da053d762dd3a683b9239c85
|
1
src/rust-fontconfig
Submodule
1
src/rust-fontconfig
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit fde18fa1c789cf9f747486e307f695790895267a
|
Loading…
Add table
Add a link
Reference in a new issue