A variety of bugfixes across the board, but primarily in Xwayland. Thanks to all who contributed with testing and fixes! A. Wilcox (1): DRI2: Add another Coffeelake PCI ID Adam Jackson (6): automake: Distribute meson's configure header templates dri3: Fix XACE access mode for open and get_supported_modifiers mi: When {en,dis}abling extensions, match names case-insensitively vnd: Fix a silly memory leak gitlab: Skip the docker-in-docker step xserver 1.20.4 Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration os: Report errors opening authorization file (#469) Ilia Mirkin (1): modesetting: fix conn_id termination and potential overrun by 1 byte Lionel Landwerlin (1): present: fix compile warning with debug traces Lyude Paul (1): modesetting: Actually disable CRTCs in legacy mode Maya Rashish (2): Fix typo in error message xfree86: Try nouveau on NetBSD as well. Michel Daenzer (2): travis: Use a single meson invocation Make artifacts of piglit results if job fails Michel Dänzer (22): xwayland: Plug leaks in xwl_present_sync_callback xwayland: Use xwl_present_reset_timer in xwl_present_timer_callback xwayland: Rename xwl_present_events_notify to xwl_present_msc_bump xwayland: Complete "synchronous" Present flips from xwl_present_msc_bump xwayland: Replace xwl_window::present_window with ::present_flipped xwayland: Add xwl_present_unrealize_window xwayland: Don't need xwl_window anymore in xwl_present_queue_vblank xwayland: Don't take buffer release queue into account for frame timer glamor: Check that storage format is compatible with RENDER format xfree86/modes: Don't clobber gamma LUT of compatibility output's CRTC Drop Travis Linux build in favour of GitLab CI gitlab-ci: Docker image can be generated as part of pipeline test: Use .../piglit instead of .../piglit-*.py gitlab-ci: Set LC_ALL=C.UTF-8 gitlab-ci: Only run docker-image stage if relevant source files change gitlab-ci: Don't rely on $CI_PROJECT_NAME gitlab-ci: Add ccache to docker image, and leave in autotools gitlab-ci: Use ccache gitlab-ci: Add autotools build & test job present/wnmd: Allow flipping if the window pixmap matches the toplevel's glx,xquartz: Fix make distcheck gitlab-ci: Run make distcheck in autotools build & test job Olivier Fourdan (3): present/wnmd: Fix use after free on CRTC removal xwayland: do not crash if `gbm_bo_create()` fails xwayland: handle case without any crtc Peter Harris (1): os: Fix GetTimeInMicros resolution Peter Hutterer (2): test: fix failing tests Xi: lock the input thread for any pointer barrier list manipulation
22 lines
517 B
Makefile
22 lines
517 B
Makefile
# $NetBSD: Makefile,v 1.118 2019/02/27 16:32:58 wiz Exp $
|
|
|
|
DISTNAME= xorg-server-${XORG_VERSION}
|
|
PKGNAME= modular-${DISTNAME}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Modular X11 server from modular X.org
|
|
|
|
SPECIAL_PERMS+= bin/Xorg ${SETUID_ROOT_PERMS}
|
|
|
|
NOT_FOR_PLATFORM= Darwin-*-*
|
|
|
|
.include "Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --enable-xorg
|
|
CONFIGURE_ARGS+= --disable-xephyr
|
|
CONFIGURE_ARGS+= --disable-kdrive
|
|
CONFIGURE_ARGS.SunOS+= --disable-input-thread
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|