blob: 68dd363f7463054b15a71289e6308c93577e08e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#
--- esmart-0.9.0.007/src/lib/Makefile.am~disable-x-only-features.patch
+++ esmart-0.9.0.007/src/lib/Makefile.am
@@ -1,9 +1,7 @@
SUBDIRS = \
esmart_container \
- esmart_draggies \
esmart_text_entry \
esmart_file_dialog \
- esmart_thumb \
- esmart_trans_x11
+ esmart_thumb
# esmart_textarea
--- esmart-0.9.0.007/src/Makefile.am~disable-x-only-features.patch
+++ esmart-0.9.0.007/src/Makefile.am
@@ -1,3 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in
-SUBDIRS = lib bin
+SUBDIRS = lib
|