repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04283ce
)
fix OS-X build
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Wed, 27 Jun 2012 17:01:10 +0000
(19:01 +0200)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Wed, 27 Jun 2012 17:01:10 +0000
(19:01 +0200)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 3098d003fcf7889fa6758095f2a07c8f61a841c0..9e72964e584a7edb089d93b8bd7262ed23635b6e 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-21,6
+21,7
@@
case "${host}" in
LIBS+=" -lrt"
;;
*-apple-darwin*)
+ LIBS+="-framework CoreVideo -framework IOKit"
;;
*-freebsd*)
;;
@@
-42,7
+43,6
@@
case "${host}" in
;;
*-apple-darwin*)
has_libudev="no";
- LIBS+="-framework CoreVideo -framework IOKit"
;;
*-freebsd*)
has_libudev="no"