Commit 213a0d6c authored by Alain Takoudjou's avatar Alain Takoudjou

beremiz: add gcc to IDE PATH variable

parent 74927008
......@@ -15,8 +15,8 @@
[instance]
filename = instance.cfg.in
md5sum = 2705dd8e09c6b2a78192e30741ca5f65
md5sum = 7cd55b56a29f2ba0861151f35a9ad8c7
[template-instance-beremiz]
filename = instance-beremiz.cfg.jinja2.in
md5sum = ada231a335e8dd95ff0dc6da663828f8
md5sum = 8a882a2f05707c4c80c0324b856e66f0
......@@ -118,7 +118,7 @@ mode = 0700
template =
inline:#!/bin/sh
export LD_LIBRARY_PATH={{ mesa_location }}/lib
export PATH={{ matiec_location }}/bin:{{ bison_location }}/bin:{{ flex_location }}/bin:{{ bin_directory }}:$PATH
export PATH={{ matiec_location }}/bin:{{ bison_location }}/bin:{{ flex_location }}/bin:{{ bin_directory }}:{{ gcc_location }}/bin:$PATH
export XDG_DATA_DIR={{ gtk3_location }}/share
export GSETTINGS_SCHEMA_DIR={{ gtk3_location }}/share/glib-2.0/schemas
export FONTCONFIG_FILE=${font-config:rendered}
......
......@@ -53,6 +53,7 @@ extra-context =
raw font_config_tmplt {{ template_fonts_conf_target }}
raw font_dejavu {{ font_dejavu }}
raw font_liberation {{ font_liberation }}
raw gcc_location {{ gcc_location }}
raw gtk3_location {{ gtk3_location }}
raw matiec_location {{ matiec_location }}
raw mesa_location {{ mesa_location }}
......
......@@ -103,6 +103,7 @@ context =
key logrotate_cfg template-logrotate-base:rendered
key bison_location bison:location
key flex_location flex:location
key gcc_location gcc:prefix
key gtk3_location gtk-3:location
key matiec_location matiec:location
key mesa_location mesa:location
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment