From a0468a07a80d2e51c8afd1d8a2984424f7798990 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 19 Jan 2017 16:38:39 -0500 Subject: Now it's building gedit. And it also builds glade for the hell of it. --- project.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'project.conf') diff --git a/project.conf b/project.conf index acbcf22f..1eea3f1a 100644 --- a/project.conf +++ b/project.conf @@ -1,10 +1,14 @@ # Eye of GNOME flatpak demo # -name: eog +name: gedit aliases: gnome: git://git.gnome.org/ +# We're gonna eventually try to build a flatpak, +# so lets start trying to override the environment +# in the appropriate ways. +# variables: prefix: /app @@ -12,3 +16,5 @@ environment: CFLAGS: "-O2 -g" CXXFLAGS: "-O2 -g" V: "1" + PATH: /app/bin:/usr/bin:/bin:/usr/sbin:/sbin + PKG_CONFIG_PATH: '/app/lib/pkgconfig:/usr/lib/pkgconfig' -- cgit v1.2.1