components/gnome/gnome-system-monitor/Makefile
changeset 6872 2b0103e47a25
parent 6609 489da5c0d3c5
child 6894 cbcf9e397918
equal deleted inserted replaced
6871:e5ee1bcc6bdb 6872:2b0103e47a25
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 BUILD_BITS =            64_and_32
    26 BUILD_BITS =            64
    27 # All components using gobject-introspection must be built with gcc as
    27 # All components using gobject-introspection must be built with gcc as
    28 # gobject-introspection does not produce correct results when using Studio.
    28 # gobject-introspection does not produce correct results when using Studio.
    29 COMPILER =              gcc
    29 COMPILER =              gcc
    30 include ../../../make-rules/shared-macros.mk
    30 include ../../../make-rules/shared-macros.mk
    31 
    31 
    57 # Linux-specific.
    57 # Linux-specific.
    58 CONFIGURE_OPTIONS += --disable-systemd
    58 CONFIGURE_OPTIONS += --disable-systemd
    59 CONFIGURE_OPTIONS += --enable-shared
    59 CONFIGURE_OPTIONS += --enable-shared
    60 CONFIGURE_OPTIONS += --enable-wnck
    60 CONFIGURE_OPTIONS += --enable-wnck
    61 CONFIGURE_OPTIONS += --with-pic
    61 CONFIGURE_OPTIONS += --with-pic
       
    62 CONFIGURE_OPTIONS += --libexecdir="$(USRLIBDIR)"
    62 
    63 
    63 # Assumes GNU msgfmt is in PATH.
    64 # Assumes GNU msgfmt is in PATH.
    64 CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
    65 CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
    65 COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
    66 COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
    66 
    67