components/desktop/pidgin/Makefile
changeset 5292 629042c81883
parent 5126 d8d0ebb8ed32
child 5387 1f8e6b7013b2
equal deleted inserted replaced
5291:4bfb8e510e74 5292:629042c81883
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 include ../../../make-rules/shared-macros.mk
    24 include ../../../make-rules/shared-macros.mk
    25 
    25 
    26 COMPONENT_NAME=		pidgin
    26 COMPONENT_NAME=		pidgin
    60 CONFIGURE_ENV +=	LIBS="$(LIBS)"
    60 CONFIGURE_ENV +=	LIBS="$(LIBS)"
    61 CONFIGURE_ENV +=	PKG_CONFIG_PATH=/usr/lib/pkgconfig/gnutls-3
    61 CONFIGURE_ENV +=	PKG_CONFIG_PATH=/usr/lib/pkgconfig/gnutls-3
    62 
    62 
    63 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    63 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    64 CONFIGURE_OPTIONS +=	--disable-binreloc
    64 CONFIGURE_OPTIONS +=	--disable-binreloc
       
    65 CONFIGURE_OPTIONS +=	--enable-cyrus-sasl
    65 CONFIGURE_OPTIONS +=	--enable-nss=no
    66 CONFIGURE_OPTIONS +=	--enable-nss=no
    66 CONFIGURE_OPTIONS +=	--enable-gnutls=yes
    67 CONFIGURE_OPTIONS +=	--enable-gnutls=yes
    67 CONFIGURE_OPTIONS +=	--with-gnutls-includes=/usr/include/gnutls-3
    68 CONFIGURE_OPTIONS +=	--with-gnutls-includes=/usr/include/gnutls-3
    68 CONFIGURE_OPTIONS +=	--with-gnutls-libs=/usr/lib/gnutls-3
    69 CONFIGURE_OPTIONS +=	--with-gnutls-libs=/usr/lib/gnutls-3
    69 CONFIGURE_OPTIONS +=	--with-nspr-includes=/usr/include/mps
    70 CONFIGURE_OPTIONS +=	--with-nspr-includes=/usr/include/mps
   114 REQUIRED_PACKAGES += shell/ksh93
   115 REQUIRED_PACKAGES += shell/ksh93
   115 REQUIRED_PACKAGES += system/library
   116 REQUIRED_PACKAGES += system/library
   116 REQUIRED_PACKAGES += system/library/libdbus
   117 REQUIRED_PACKAGES += system/library/libdbus
   117 REQUIRED_PACKAGES += system/library/libdbus-glib
   118 REQUIRED_PACKAGES += system/library/libdbus-glib
   118 REQUIRED_PACKAGES += system/library/math
   119 REQUIRED_PACKAGES += system/library/math
       
   120 REQUIRED_PACKAGES += system/library/security/libsasl
   119 REQUIRED_PACKAGES += system/network/avahi
   121 REQUIRED_PACKAGES += system/network/avahi
   120 REQUIRED_PACKAGES += x11/library/libice
   122 REQUIRED_PACKAGES += x11/library/libice
   121 REQUIRED_PACKAGES += x11/library/libsm
   123 REQUIRED_PACKAGES += x11/library/libsm
   122 REQUIRED_PACKAGES += x11/library/libx11
   124 REQUIRED_PACKAGES += x11/library/libx11
   123 REQUIRED_PACKAGES += x11/library/libxscrnsaver
   125 REQUIRED_PACKAGES += x11/library/libxscrnsaver