mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libepoxy: bump version, remove patch and enable x86 (#1399)
This commit is contained in:
committed by
waddlesplash
parent
1ecc0521e8
commit
7e4663bbe5
@@ -13,10 +13,9 @@ COPYRIGHT="2017 Emmanuele Bassi"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/anholt/libepoxy/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="61613b2cdc0167917229aa308d6eab2473f0408f84f3ccbd77d8677b42e89e39"
|
||||
PATCHES="libepoxy-$portVersion.patchset"
|
||||
CHECKSUM_SHA256="7f18518ba0036f7670f837a510bb25be4b3e7fba97d75193b24f7220de55b515"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -80,6 +79,6 @@ INSTALL()
|
||||
|
||||
TEST()
|
||||
{
|
||||
ninja test
|
||||
cd _build && ninja test
|
||||
}
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
From 86645565b801312f09c44d25dc76e2536c284e01 Mon Sep 17 00:00:00 2001
|
||||
From: "Joseph C, Hill" <calvin@hakobaito.co.uk>
|
||||
Date: Sat, 20 May 2017 13:02:08 +0100
|
||||
Subject: [PATCH] disable glx for Haiku
|
||||
|
||||
---
|
||||
meson.build | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 5435f45..77b9d06 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -42,6 +42,8 @@ if enable_glx == 'auto'
|
||||
build_glx = false
|
||||
elif host_system == 'android'
|
||||
build_glx = false
|
||||
+ elif host_system == 'haiku'
|
||||
+ build_glx = false
|
||||
else
|
||||
build_glx = true
|
||||
endif
|
||||
--
|
||||
2.12.2
|
||||
|
||||
Reference in New Issue
Block a user