~ubuntu-branches/ubuntu/precise/xterm/precise-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Muharem Hrnjadovic
  • Date: 2009-06-03 13:00:55 UTC
  • mfrom: (1.1.15 upstream) (11.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20090603130055-1cs2n0skvpk00pw2
Tags: 243-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Enabled URL highlighting
  - rm -rf for .pc patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
# by default, never hide the cursor
55
55
CFLAGS += -DDEF_POINTER_MODE=pNever
 
56
# disable some unsafe operations
 
57
CFLAGS += \
 
58
        -DDEF_ALLOW_WINDOW=False \
 
59
        -DDEF_ALLOW_FONT=False \
 
60
        -DDEF_ALLOW_TCAP=False
56
61
 
57
62
# Set up the $(STAMP_DIR) directory.
58
63
.PHONY: stampdir