Skip to content

Commit f67d987

Browse files
author
Matt Sealey
committed
debian: don't build perf measurement tools in static builds
Bug: http://bugzilla.gnome.org/show_bug.cgi?id=346559 Signed-off-by: Matt Sealey <matt@genesi-usa.com>
1 parent 9c722b8 commit f67d987

File tree

2 files changed

+6
-22
lines changed

2 files changed

+6
-22
lines changed

Makefile.am

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
## Makefile.am for GTK+
22
include $(top_srcdir)/Makefile.decl
33

4-
SRC_SUBDIRS = gdk gtk modules demos tests perf
4+
# don't build perf measurement tools in static builds
5+
if !ENABLE_STATIC
6+
MAYBE_PERF = perf
7+
endif
8+
9+
SRC_SUBDIRS = gdk gtk modules demos tests $(MAYBE_PERF)
510
SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
611

712
# require automake 1.4

debian/patches/002_static-linking-dont-build-perf.patch

-21
This file was deleted.

0 commit comments

Comments
 (0)