File: add-ecore-x-dependency.patch

package info (click to toggle)
libphone-ui-shr 0.1%2Bgit20130901-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 3,048 kB
  • ctags: 932
  • sloc: ansic: 9,449; makefile: 161; sh: 2
file content (16 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Add missing ecore-x dependency
 The resulting binary is currently not linked against libecore-x,
 which results in missing symbols.
Author: Sebastian Reichel <sre@ring0.de>
Last-Update: 2013-09-08

--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,7 @@
 	evas
 	ecore
 	ecore-evas
+	ecore-x
 	edje
 	elementary
 ])