chromium-browser add dep
This commit is contained in:
@@ -17,6 +17,7 @@ ARCH = "x64"
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.export("LC_ALL", "C")
|
shelltools.export("LC_ALL", "C")
|
||||||
|
shelltools.export("JAVA_CMD", "/usr/bin/java_8")
|
||||||
shelltools.system("mkdir -p third_party/node/linux/node-linux-x64/bin")
|
shelltools.system("mkdir -p third_party/node/linux/node-linux-x64/bin")
|
||||||
shelltools.system("ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/")
|
shelltools.system("ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/")
|
||||||
|
|
||||||
|
|||||||
@@ -95,7 +95,8 @@
|
|||||||
<Dependency>freetype-devel</Dependency>
|
<Dependency>freetype-devel</Dependency>
|
||||||
<Dependency>mesa-devel</Dependency>
|
<Dependency>mesa-devel</Dependency>
|
||||||
<Dependency>libxkbcommon-devel</Dependency>
|
<Dependency>libxkbcommon-devel</Dependency>
|
||||||
<Dependency>jre7-openjdk-headless</Dependency>
|
<Dependency>jre8-openjdk-headless</Dependency>
|
||||||
|
<Dependency>pipewire-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">subpixel-anti-aliasing-in-FreeType-2.8.1.patch</Patch>
|
<Patch level="1">subpixel-anti-aliasing-in-FreeType-2.8.1.patch</Patch>
|
||||||
|
|||||||
Reference in New Issue
Block a user