summarylogtreecommitdiffstats
path: root/0001-hack-to-fix-build-on-Arch.patch
blob: 44c6ad34c0fe963fb2146d1a0435442cc02d6ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 9a601bb958bf5c5a810bede9fdcf6aa1436a35b0 Mon Sep 17 00:00:00 2001
From: Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk>
Date: Thu, 16 Feb 2017 21:54:57 +0100
Subject: [PATCH] hack to fix build on Arch.

---
 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7030dd5..4a1154d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,4 +2,6 @@ cmake_minimum_required (VERSION 2.8.11)
 
 project (ktxutils)
 
+set(GLFW3_LIBRARY glfw)
+
 add_subdirectory (src)
-- 
2.11.1