~ubuntu-branches/ubuntu/maverick/xorg-server/maverick-security

« back to all changes in this revision

Viewing changes to xkb/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2010-08-05 11:25:14 UTC
  • mfrom: (1.1.35 upstream) (0.1.14 experimental)
  • Revision ID: james.westby@ubuntu.com-20100805112514-q4efdgj3nblevos2
Tags: 2:1.8.99.905-1ubuntu1
* Merge from (unreleased) Debian experimental.  Remaining Ubuntu changes:
  - rules, control:
    + Disable SELinux, libaudit-dev is not in main yet (LP 406226).
      Drop libaudit-dev from build-deps.
  - rules: Enable xcsecurity (LP 247537).
  - local/xvfb-run*: Add correct docs about error codes (LP 328205)
  - rules: Add --with-extra-module-dir to support GL alternatives.
  - control: Xvfb depends on xauth, x11-xkb-utils. (LP 500102)
  - rules, local/64-xorg-xkb.rules: Don't use keyboard-configuration
    until it's available.
  - control: Update some versioned Breaks for Ubuntu versions.
  - debian/patches:
    + 100_rethrow_signals.patch:
      When aborting, re-raise signals for apport
    + 109_fix-swcursor-crash.patch:
      Avoid dereferencing null pointer while reloading cursors during
      resume. (LP 371405)
    + 111_armel-drv-fallbacks.patch:
      Add support for armel driver fallbacks.
    + 121_only_switch_vt_when_active.diff:
      Add a check to prevent the X server from changing the VT when killing
      GDM from the console.
    + 122_xext_fix_card32_overflow_in_xauth.patch:
      Fix server crash when “xauth generate” is called with large timeout.
    + 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
      166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
      169_mipointer_nullptr_checks.patch,
      172_cwgetbackingpicture_nullptr_check.patch:
      Fix various segfaults in xserver by checking pointers for NULL
      values before dereferencing them.
    + 165_man_xorg_conf_no_device_ident.patch
      Correct man page
    + 168_glibc_trace_to_stderr.patch:
      Report abort traces to stderr instead of terminal
    + 184_virtual_devices_autodetect.patch:
      Use vesa for qemu device, which is not supported by cirrus
    + 187_edid_quirk_hp_nc8430.patch:
      Quirk for another LPL monitor (LP 380009)
    + 188_default_primary_to_first_busid.patch:
      Pick the first device and carry on (LP 459512)
    + 189_xserver_1.5.0_bg_none_root.patch:
      Create a root window with no background.
    + 190_cache-xkbcomp_output_for_fast_start_up.patch:
      Cache keyboard settings.
    + 191-Xorg-add-an-extra-module-path.patch:
      Add support for the alternatives module path.
    + 197_xvfb-randr.patch:
      Adds xrandr support to xvfb. (LP 516123)
    + 198_nohwaccess.patch:
      Adds a -nohwaccess argument to make X not access the hardware
      ports directly.
    + 200_randr-null.patch:
      Clarify a pointer initialization.
* Update changelog entries for 1.8.1.902-1 which became 1.8.99.904-1
* Drop 196_xvfbscreeninit-handling.patch: it's semantically empty, and now 
  doesn't apply.  Merge remaining #include change into 197_xvfb-randr.patch
* New upstream version will start correctly when no outputs are connected,
  as long as the video driver can dynamically resize the framebuffer
  (true for all KMS drivers) (LP: #337889)
* New upstream version fixes crash on non-admin logout with KDE (LP: #569879)
* Refresh 111_armel-drv-fallbacks.patch to fix the build on armel

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
CONFIG_CLEAN_VPATH_FILES =
60
60
LTLIBRARIES = $(noinst_LTLIBRARIES)
61
61
libxkb_la_LIBADD =
62
 
am__objects_1 = ddxBeep.lo ddxCtrls.lo ddxFakeMtn.lo ddxLEDs.lo \
63
 
        ddxLoad.lo ddxList.lo ddxDevBtn.lo
 
62
am__objects_1 = ddxBeep.lo ddxCtrls.lo ddxLEDs.lo ddxLoad.lo \
 
63
        ddxList.lo
64
64
am__objects_2 = xkb.lo xkbUtils.lo xkbEvents.lo xkbAccessX.lo \
65
65
        xkbSwap.lo xkbLEDs.lo xkbInit.lo xkbActions.lo xkbPrKeyEv.lo
66
66
am__objects_3 = maprules.lo xkmread.lo xkbtext.lo xkbfmisc.lo \
209
209
FONTROOTDIR = @FONTROOTDIR@
210
210
FONTTTFDIR = @FONTTTFDIR@
211
211
FONTTYPE1DIR = @FONTTYPE1DIR@
 
212
FOP = @FOP@
212
213
GLIB_CFLAGS = @GLIB_CFLAGS@
213
214
GLIB_LIBS = @GLIB_LIBS@
214
215
GLX_ARCH_DEFINES = @GLX_ARCH_DEFINES@
241
242
LIBDRM_LIBS = @LIBDRM_LIBS@
242
243
LIBOBJS = @LIBOBJS@
243
244
LIBS = @LIBS@
 
245
LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@
 
246
LIBSHA1_LIBS = @LIBSHA1_LIBS@
244
247
LIBTOOL = @LIBTOOL@
245
248
LIB_MAN_DIR = @LIB_MAN_DIR@
246
249
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
247
 
LINUXDOC = @LINUXDOC@
248
250
LIPO = @LIPO@
249
251
LN_S = @LN_S@
250
252
LTCOMPILE = @LTCOMPILE@
253
255
MAINT = @MAINT@
254
256
MAIN_LIB = @MAIN_LIB@
255
257
MAKEINFO = @MAKEINFO@
256
 
MAKE_HTML = @MAKE_HTML@
257
 
MAKE_PDF = @MAKE_PDF@
258
 
MAKE_PS = @MAKE_PS@
259
 
MAKE_TEXT = @MAKE_TEXT@
260
258
MAN_SUBSTS = @MAN_SUBSTS@
261
259
MISC_MAN_DIR = @MISC_MAN_DIR@
262
260
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
287
285
PCIACCESS_LIBS = @PCIACCESS_LIBS@
288
286
PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@
289
287
PERL = @PERL@
 
288
PIXMAN_CFLAGS = @PIXMAN_CFLAGS@
 
289
PIXMAN_LIBS = @PIXMAN_LIBS@
290
290
PKG_CONFIG = @PKG_CONFIG@
 
291
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
292
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
291
293
PROJECTROOT = @PROJECTROOT@
292
 
PS2PDF = @PS2PDF@
293
294
RANLIB = @RANLIB@
294
295
RAWCPP = @RAWCPP@
295
296
RAWCPPFLAGS = @RAWCPPFLAGS@
 
297
RELEASE_DATE = @RELEASE_DATE@
 
298
SDK_REQUIRED_MODULES = @SDK_REQUIRED_MODULES@
296
299
SED = @SED@
297
300
SELINUX_CFLAGS = @SELINUX_CFLAGS@
298
301
SELINUX_LIBS = @SELINUX_LIBS@
337
340
XKM_OUTPUT_DIR = @XKM_OUTPUT_DIR@
338
341
XLIB_CFLAGS = @XLIB_CFLAGS@
339
342
XLIB_LIBS = @XLIB_LIBS@
 
343
XMLTO = @XMLTO@
340
344
XNESTMODULES_CFLAGS = @XNESTMODULES_CFLAGS@
341
345
XNESTMODULES_LIBS = @XNESTMODULES_LIBS@
342
346
XNEST_LIBS = @XNEST_LIBS@
349
353
XORG_MODULES_LIBS = @XORG_MODULES_LIBS@
350
354
XORG_OS = @XORG_OS@
351
355
XORG_OS_SUBDIR = @XORG_OS_SUBDIR@
352
 
XORG_SGML_PATH = @XORG_SGML_PATH@
353
356
XORG_SYS_LIBS = @XORG_SYS_LIBS@
354
357
XPBPROXY_CFLAGS = @XPBPROXY_CFLAGS@
355
358
XPBPROXY_LIBS = @XPBPROXY_LIBS@
443
446
DDX_SRCS = \
444
447
        ddxBeep.c \
445
448
        ddxCtrls.c \
446
 
        ddxFakeMtn.c \
447
449
        ddxLEDs.c \
448
450
        ddxLoad.c \
449
 
        ddxList.c \
450
 
        ddxDevBtn.c
 
451
        ddxList.c
451
452
 
452
453
DIX_SRCS = \
453
454
        xkb.c \
540
541
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBMisc.Plo@am__quote@
541
542
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddxBeep.Plo@am__quote@
542
543
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddxCtrls.Plo@am__quote@
543
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddxDevBtn.Plo@am__quote@
544
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddxFakeMtn.Plo@am__quote@
545
544
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddxKillSrv.Plo@am__quote@
546
545
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddxLEDs.Plo@am__quote@
547
546
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddxList.Plo@am__quote@