Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8256012: Fix build of Monocle for Linux
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
buildSrc/armv6hf.gradle
|
@@ -140,7 +140,7 @@ def iioCFlags = [extraCFlags, |
|
|
].flatten() |
|
|
def iioLFlags = [extraLFlags].flatten() |
|
|
|
|
|
def es2EglfbCFlags = [extraCFlags, "-DIS_EGLFB", "-DLINUX"].flatten() |
|
|
def es2EglfbCFlags = [extraCFlags, "-DIS_EGLFB", "-DLINUX", "-D_GNU_SOURCE"].flatten() |
|
|
def es2EglfbLFlags = [extraLFlags].flatten() |
|
|
def es2MonocleCFlags = [extraCFlags, "-DIS_EGLFB", "-DLINUX"].flatten() |
|
|
def es2MonocleLFlags = [extraLFlags].flatten() |
|
|