components/gnome/mutter/Makefile
changeset 7685 a7ec984d7d4c
parent 7624 50e5cc11a34e
child 7687 1093e2a9adbd
equal deleted inserted replaced
7683:7955769fefe6 7685:a7ec984d7d4c
    64 CONFIGURE_OPTIONS += --enable-introspection
    64 CONFIGURE_OPTIONS += --enable-introspection
    65 CONFIGURE_OPTIONS += --enable-shared
    65 CONFIGURE_OPTIONS += --enable-shared
    66 CONFIGURE_OPTIONS += --enable-sm
    66 CONFIGURE_OPTIONS += --enable-sm
    67 CONFIGURE_OPTIONS += --with-pic
    67 CONFIGURE_OPTIONS += --with-pic
    68 CONFIGURE_OPTIONS += --with-x
    68 CONFIGURE_OPTIONS += --with-x
       
    69 CONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
    69 
    70 
    70 # Needed due to patch to configure.ac.
    71 # Needed due to patch to configure.ac.
    71 COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
    72 COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
    72 
    73 
    73 CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
    74 CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)