diff options
author | davilla <davilla@4pi.com> | 2011-10-15 14:48:33 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-10-15 14:48:33 -0400 |
commit | d4221a0cc0f50394c903443374de4fdb48910892 (patch) | |
tree | cff1f17e4072376a818bacd9129c056e11d4d828 /tools | |
parent | c5973f347eb2b2aac9aec8cc8f48fcf548481ed5 (diff) |
[osx] enable libcec under darwin intel/ppc
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/darwin/depends/Makefile.in b/tools/darwin/depends/Makefile.in index 0584303ec2..b14a767ff8 100644 --- a/tools/darwin/depends/Makefile.in +++ b/tools/darwin/depends/Makefile.in @@ -12,12 +12,12 @@ SUBDIRS := \ libGLEW libsdl libsdl_mixer libsdl_image \ libmicrohttpd libmodplug libbluray libyajl \ libgpg-error libgcrypt afpfs-ng \ - libplist libshairport \ + libplist libshairport libcec \ samba python26 distribute distutilscross \ mysqlclient boost \ ifeq ($(DARWIN), ios) - EXCLUDED = libusb libcrystalhd libGLEW libsdl libsdl_mixer libsdl_image + EXCLUDED = libcec libcrystalhd libGLEW libsdl libsdl_mixer libsdl_image else EXCLUDED = Backrow endif |