Initial checkin of Pika from heckimp
This commit is contained in:
2
data/environ/default.env
Normal file
2
data/environ/default.env
Normal file
@ -0,0 +1,2 @@
|
||||
# Example entry in files like these
|
||||
# FOOPATH=/path/to/foo/stuff
|
5
data/environ/meson.build
Normal file
5
data/environ/meson.build
Normal file
@ -0,0 +1,5 @@
|
||||
install_data(
|
||||
'default.env',
|
||||
'python.env',
|
||||
install_dir: pikaplugindir / 'environ',
|
||||
)
|
1
data/environ/python.env
Normal file
1
data/environ/python.env
Normal file
@ -0,0 +1 @@
|
||||
: GI_TYPELIB_PATH=${pika_installation_dir}/lib/girepository-1.0/
|
Reference in New Issue
Block a user