mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
build now needs gio
git-svn-id: svn://localhost/ardour2/branches/3.0@5307 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a73d15e989
commit
6e614ae3bf
1 changed files with 4 additions and 0 deletions
|
|
@ -606,6 +606,10 @@ libraries['glib2'].ParseConfig ('pkg-config --cflags --libs gobject-2.0')
|
|||
libraries['glib2'].ParseConfig ('pkg-config --cflags --libs gmodule-2.0')
|
||||
libraries['glib2'].ParseConfig ('pkg-config --cflags --libs gthread-2.0')
|
||||
|
||||
libraries['gio'] = LibraryInfo()
|
||||
libraries['gio'].ParseConfig('pkg-config --cflags --libs gio-2.0')
|
||||
libraries['gio'].ParseConfig('pkg-config --cflags --libs gio-unix-2.0')
|
||||
|
||||
libraries['freetype2'] = LibraryInfo()
|
||||
libraries['freetype2'].ParseConfig ('pkg-config --cflags --libs freetype2')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue