add local overlay
This commit is contained in:
commit
4883c62e9a
68 changed files with 2719 additions and 0 deletions
20
dev-util/atom-shell/files/0002-fix-brightray-linking.patch
Normal file
20
dev-util/atom-shell/files/0002-fix-brightray-linking.patch
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
diff --git a/vendor/brightray/brightray.gyp b/vendor/brightray/brightray.gyp
|
||||
index c00db15..dbcfa3c 100644
|
||||
--- a/vendor/brightray/brightray.gyp
|
||||
+++ b/vendor/brightray/brightray.gyp
|
||||
@@ -101,11 +101,14 @@
|
||||
'-fno-rtti',
|
||||
],
|
||||
'link_settings': {
|
||||
+ 'ld-flags': [
|
||||
+ '<!@(pkg-config --libs-only-L --libs-only-other gtk+-2.0 libnotify dbus-1 x11 xrandr xext gconf-2.0)',
|
||||
+ ],
|
||||
'libraries': [
|
||||
'<(brightray_source_root)/<(libchromiumcontent_library_dir)/libchromiumcontent.so',
|
||||
'<(brightray_source_root)/<(libchromiumcontent_library_dir)/libchromiumviews.a',
|
||||
'-lpthread',
|
||||
- '<!@(pkg-config --libs gtk+-2.0 libnotify)',
|
||||
+ '<!@(pkg-config --libs-only-l gtk+-2.0 libnotify dbus-1 x11 xrandr xext gconf-2.0)',
|
||||
],
|
||||
},
|
||||
}],
|
||||
Loading…
Add table
Add a link
Reference in a new issue