summaryrefslogtreecommitdiff
path: root/sd/Library_sd.mk
diff options
context:
space:
mode:
authorAndrzej J. R. Hunt <andrzej@ahunt.org>2012-07-09 10:57:32 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-08-06 10:21:48 +0100
commite4239e0414685f8d8dd2f34fcc970717c7bd6cb8 (patch)
treee5b6740484cd68eba1481b09551a0ad78ad3518d /sd/Library_sd.mk
parent591395a832aba635f9c8cf4e71a3558f14f41a37 (diff)
Initial checkin of remote control.
Change-Id: I71ac6c302c963dd2f8cffdcdf80d58c2a1074695
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r--sd/Library_sd.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 07b85ea726fd..a61de772776f 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -27,6 +27,10 @@
$(eval $(call gb_Library_Library,sd))
+$(eval $(call gb_Library_use_externals,sd,\
+ gtk \
+))
+
$(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdslots,sd/sdi/sdslots))
$(eval $(call gb_SdiTarget_set_include,sd/sdi/sdslots,\
@@ -35,6 +39,7 @@ $(eval $(call gb_SdiTarget_set_include,sd/sdi/sdslots,\
$$(INCLUDE) \
))
+
$(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdgslots,sd/sdi/sdgslots))
$(eval $(call gb_SdiTarget_set_include,sd/sdi/sdgslots,\
@@ -316,6 +321,8 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
sd/source/ui/presenter/PresenterPreviewCache \
sd/source/ui/presenter/PresenterTextView \
sd/source/ui/presenter/SlideRenderer \
+ sd/source/ui/remotecontrol/Server \
+ sd/source/ui/remotecontrol/Receiver \
sd/source/ui/slideshow/PaneHider \
sd/source/ui/slideshow/SlideShowRestarter \
sd/source/ui/slideshow/showwin \