summaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-01-19 16:38:39 -0500
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-01-19 16:38:39 -0500
commita0468a07a80d2e51c8afd1d8a2984424f7798990 (patch)
treea796d8c6b6c0a2e81ee3936054362b7dfbb32fba /project.conf
parentdddbcaf0a14df13a1c5ea27556278d073fe607bd (diff)
downloaddefinitions-a0468a07a80d2e51c8afd1d8a2984424f7798990.tar.gz
Now it's building gedit.
And it also builds glade for the hell of it.
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf8
1 files changed, 7 insertions, 1 deletions
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'