summaryrefslogtreecommitdiff
path: root/project.conf
blob: e326edd117b4781e3f22176aa6d3bb7fbcb2a21f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Gedit text editor flatpakish build demo
#
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

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'