Commit 96f3b5e
Fix pango library wrong include path (hb.h: No such file or directory) (cztomczak#589)
* Fix Fedora 32 build error (hb.h: No such file or directory)
* Update client_handler/Makefile
* Update client_handler/Makefile
* Update cpp_utils/Makefile
* Update subprocess/Makefile
* Update subprocess/Makefile-libcefpythonapp
* Update tools/cython_setup.py
Co-authored-by: Czarek Tomczak <cztomczak@users.noreply.github.com>1 parent 019033d commit 96f3b5eCopy full SHA for 96f3b5e
File tree
Expand file treeCollapse file tree
5 files changed
+6
-1
lines changedOpen diff view settings
Filter options
- src
- client_handler
- cpp_utils
- subprocess
- tools
Expand file treeCollapse file tree
5 files changed
+6
-1
lines changedOpen diff view settings
Collapse file
src/client_handler/Makefile
Copy file name to clipboardExpand all lines: src/client_handler/Makefile+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
| 40 | + |
40 | 41 | |
41 | 42 | |
42 | 43 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
11 | 11 | |
12 | 12 | |
13 | 13 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | 17 | |
|
Collapse file
src/subprocess/Makefile-libcefpythonapp
Copy file name to clipboardExpand all lines: src/subprocess/Makefile-libcefpythonapp+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
| 39 | + |
39 | 40 | |
40 | 41 | |
41 | 42 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
318 | 318 | |
319 | 319 | |
320 | 320 | |
| 321 | + |
321 | 322 | |
322 | 323 | |
323 | 324 | |
| ||
337 | 338 | |
338 | 339 | |
339 | 340 | |
| 341 | + |
340 | 342 | |
341 | 343 | |
342 | 344 | |
|
0 commit comments