summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-openembedded/meta-oe/recipes-support/fltk/fltk/0002-always-build-fluid-and-export-pointers.patch
blob: cca977c66ddf4d6873b6b20c3b353fdd75edb62a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From 16010cb1a69ea2326d8102b7f1e34b65aca4b278 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
Date: Tue, 28 Feb 2017 01:20:42 +0100
Subject: [PATCH] always build fluid and export pointers
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Upstream-Status: Inappropriate [embedded specific]

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 CMake/export.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMake/export.cmake b/CMake/export.cmake
index 968186a..95e04eb 100644
--- a/CMake/export.cmake
+++ b/CMake/export.cmake
@@ -21,7 +21,7 @@
 # final config and export
 #######################################################################
 # Set the fluid executable path
-if(CMAKE_CROSSCOMPILING)
+if(FALSE)
    find_file(FLUID_PATH
       NAMES fluid fluid.exe
       PATHS ENV PATH
-- 
2.9.3

OpenPOWER on IntegriCloud