blob: 54638841eeb3253530fe5c1261ecc4c322e989e1 (
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
|
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#
--- esmart-0.9.0.004/src/lib/Makefile.am~disable-x-only-features.patch
+++ esmart-0.9.0.004/src/lib/Makefile.am
@@ -1,8 +1,5 @@
SUBDIRS = \
esmart_container \
- esmart_draggies \
esmart_text_entry \
esmart_file_dialog \
- esmart_thumb \
- esmart_trans_x11 \
- esmart_textarea
+ esmart_thumb
--- esmart-0.9.0.004/src/Makefile.am~disable-x-only-features.patch
+++ esmart-0.9.0.004/src/Makefile.am
@@ -1,3 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in
-SUBDIRS = lib bin
+SUBDIRS = lib
|