A generic touchscreen calibration program for X.Org
Revisión | 80f0ee65bd1fdc512d8a353d8b31a9aa461ff394 (tree) |
---|---|
Tiempo | 2010-08-11 05:55:10 |
Autor | Tias Guns <tias@ulys...> |
Commiter | Tias Guns |
Make: add --as-needed ld flag
Avoids unnecessary linking, as suggested by Eugene Paskevich
@@ -43,6 +43,10 @@ if BUILD_GTKMM | ||
43 | 43 | xinput_calibrator_SOURCES = main_gtkmm.cpp |
44 | 44 | xinput_calibrator_LDADD = $(XINPUT_LIBS) $(GTKMM_LIBS) |
45 | 45 | xinput_calibrator_CXXFLAGS = $(XINPUT_CFLAGS) $(GTKMM_CFLAGS) $(AM_CXXFLAGS) |
46 | + | |
47 | +# only include the needed gtkmm stuff | |
48 | +# lets hope this has no side-effects | |
49 | +xinput_calibrator_LDFLAGS = -Wl,--as-needed | |
46 | 50 | endif |
47 | 51 | |
48 | 52 | EXTRA_DIST = \ |