open-src/driver/xf86-video-openchrome/Makefile
changeset 1088 1c99106ccbe0
parent 970 272328fe1b4a
child 1097 243d7ed7a10c
equal deleted inserted replaced
1087:a8aa060182e1 1088:1c99106ccbe0
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xf86-video-openchrome Makefile
     3 # xf86-video-openchrome Makefile
     4 #
     4 #
     5 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
     6 #
     6 #
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # copy of this software and associated documentation files (the "Software"),
     8 # copy of this software and associated documentation files (the "Software"),
     9 # to deal in the Software without restriction, including without limitation
     9 # to deal in the Software without restriction, including without limitation
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    58 MODULE_LD_OPTIONS= \
    58 MODULE_LD_OPTIONS= \
    59 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    59 	-L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    60 	-L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    60 	-L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    61 	-R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    61 	-R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
    62 	-R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    62 	-R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
    63 	-lfb -lint10 -lpciaccess -lvbe \
    63 	-lfb -lint10 -lpciaccess -lpixman-1 -lvbe \
    64 	-lexa -lxaa -lvgahw -lshadowfb -lXfont -lm
    64 	-lexa -lxaa -lvgahw -lshadowfb -lXfont -lm
    65 
    65 
    66 include ../Makefile.inc
    66 include ../Makefile.inc