components/desktop/brltty/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 7323 177ebdb56301
child 7800 03f2671fb364
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7323
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7323
diff changeset
    23
# Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
7323
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
#
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS=          	64
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
# brltty-5.4/Headers/bitfield.h has a field with a zero-sized array that
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
# Studio 12.4 refuses to deal with.
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
COMPILER=		gcc
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
include ../../../make-rules/shared-macros.mk
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_NAME=		brltty
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_VERSION=	5.4
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_PROJECT_URL=	http://mielke.cc/brltty/
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_ARCHIVE_HASH=	\
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
    sha256:5d071bd6be9e7f3f85745088e00471c8dec6ebb77fd5b5c89e8f4cbc2d2c5d4f
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/archive/$(COMPONENT_ARCHIVE)
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
COMPONENT_BUGDB=	utility/brltty
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7323
diff changeset
    40
COMPONENT_ANITYA_ID=	220
7323
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
TPNO=			30456
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
TEST_TARGET=		$(NO_TESTS)
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
include $(WS_MAKE_RULES)/common.mk
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
COMPONENT_PRE_CONFIGURE_ACTION += ($(CLONEY) $(SOURCE_DIR) $(@D)) ;
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
# Needed because we patch configure.ac
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
COMPONENT_PRE_CONFIGURE_ACTION += (cd $(@D) ; ./autogen) ;
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
CC +=			$(CC_BITS)
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
CFLAGS += 		$(CC_PIC)
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    55
CPPFLAGS += 		-D_SYS_UCONTEXT_H # Workaround Bug Id 15558893
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    56
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    57
# Orca uses python 3.5, so we need to match
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    58
PYTHON_VERSION = 3.5
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    59
CONFIGURE_ENV += PYTHON="$(PYTHON)"
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    60
PKG_MACROS += PYVER="$(PYTHON_VERSION)"
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    61
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    62
# Assumes GNU gettext & msgfmt are first in PATH.
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    63
CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    64
COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    65
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    66
# Needed by call to setup.py for python module in build phase
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    67
# (copied from make-rules/setup.py.mk)
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    68
PYTHON_ENV +=	CC="$(CC)"
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    69
PYTHON_ENV +=	CFLAGS="$(CFLAGS)"
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    70
PYTHON_ENV +=	LDSHARED="$(CC) -shared"
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    71
COMPONENT_BUILD_ENV += $(PYTHON_ENV)
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    72
COMPONENT_INSTALL_ENV += $(PYTHON_ENV)
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    73
COMPONENT_TEST_ENV += $(PYTHON_ENV)
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    74
COMPONENT_SYSTEM_TEST_ENV += $(PYTHON_ENV)
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    75
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    76
# brltty's Makefile doesn't let us pass --install-lib to setup.py so we
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    77
# fake it with a symlink in the proto area
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    78
COMPONENT_POST_INSTALL_ACTION += \
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    79
    $(SYMLINK) site-packages $(PROTO_DIR)$(PYTHON_LIB)
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    80
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    81
CONFIGURE_OPTIONS +=	--enable-python-bindings
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    82
CONFIGURE_OPTIONS +=	--disable-java-bindings
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    83
CONFIGURE_OPTIONS +=	--disable-lisp-bindings
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    84
CONFIGURE_OPTIONS +=	--disable-ocaml-bindings
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    85
CONFIGURE_OPTIONS +=	--disable-tcl-bindings
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    86
CONFIGURE_OPTIONS +=	--disable-speech-support
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    87
CONFIGURE_OPTIONS +=	--disable-stripping
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    88
CONFIGURE_OPTIONS +=	--disable-polkit # requires SO_PEERCRED support
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    89
CONFIGURE_OPTIONS +=	--without-midi-package
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    90
CONFIGURE_OPTIONS +=	--without-writable-directory
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    91
CONFIGURE_OPTIONS +=	--with-gui-toolkit=Xaw
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    92
CONFIGURE_OPTIONS += 	--localstatedir="$(VARDIR)"
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    93
CONFIGURE_OPTIONS += 	--sysconfdir="$(ETCDIR)"
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    94
CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    95
CONFIGURE_OPTIONS +=	LD="/usr/bin/ld"
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    96
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    97
COMPONENT_INSTALL_ARGS +=	INSTALL_ROOT=$(PROTO_DIR)
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    98
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    99
REQUIRED_PACKAGES += library/desktop/at-spi2-core
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   100
REQUIRED_PACKAGES += library/icu
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   101
REQUIRED_PACKAGES += library/python/cython-35
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   102
REQUIRED_PACKAGES += runtime/python-35
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   103
REQUIRED_PACKAGES += shell/ksh93
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   104
REQUIRED_PACKAGES += system/library
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   105
REQUIRED_PACKAGES += system/library/libdbus
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   106
REQUIRED_PACKAGES += x11/library/libx11
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   107
REQUIRED_PACKAGES += x11/library/libxtst
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   108
REQUIRED_PACKAGES += x11/library/toolkit/libxaw7
177ebdb56301 23245462 Move brltty to Userland and upgrade to 5.4
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   109
REQUIRED_PACKAGES += x11/library/toolkit/libxt