mirror of https://github.com/procxx/kepka.git
Remove libdee from linking.
This commit is contained in:
parent
da4120bddd
commit
1afae74d1e
|
@ -79,7 +79,6 @@
|
||||||
'cflags_cc': [
|
'cflags_cc': [
|
||||||
'<!(pkg-config 2> /dev/null --cflags gtk+-2.0)',
|
'<!(pkg-config 2> /dev/null --cflags gtk+-2.0)',
|
||||||
'<!(pkg-config 2> /dev/null --cflags glib-2.0)',
|
'<!(pkg-config 2> /dev/null --cflags glib-2.0)',
|
||||||
'<!(pkg-config 2> /dev/null --cflags dee-1.0)',
|
|
||||||
],
|
],
|
||||||
}], ['<!(pkg-config ayatana-appindicator3-0.1; echo $?) == 0', {
|
}], ['<!(pkg-config ayatana-appindicator3-0.1; echo $?) == 0', {
|
||||||
'cflags_cc': [ '<!(pkg-config --cflags ayatana-appindicator3-0.1)' ],
|
'cflags_cc': [ '<!(pkg-config --cflags ayatana-appindicator3-0.1)' ],
|
||||||
|
|
Loading…
Reference in New Issue