open-src/lib/libXrandr/Makefile
changeset 1345 d5dacbb8de2b
parent 1179 4ad971e180c3
child 1351 9ad483eabd22
equal deleted inserted replaced
1344:800e8c2d47f1 1345:d5dacbb8de2b
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Xrandr 1.x Makefile
     3 # Xrandr 1.x Makefile
     4 #
     4 #
     5 # Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2006, 2013, 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,
    34 # Checksums for upstream tarball
    34 # Checksums for upstream tarball
    35 TARBALL_MD5  = 92473da2fccf5fac665be4fa4f2037fa
    35 TARBALL_MD5  = 92473da2fccf5fac665be4fa4f2037fa
    36 TARBALL_SHA1 = 0c844a4c5237f96794f0c18a5af16dc5ab7a36ec
    36 TARBALL_SHA1 = 0c844a4c5237f96794f0c18a5af16dc5ab7a36ec
    37 
    37 
    38 # Patches to apply to source after unpacking, in order
    38 # Patches to apply to source after unpacking, in order
    39 SOURCE_PATCHES = 
    39 SOURCE_PATCHES = CVE-2013-1986.patch,-p1
    40 
    40 
    41 # Library name
    41 # Library name
    42 LIBNAME=Xrandr
    42 LIBNAME=Xrandr
    43 
    43 
    44 # ARC cases that covered this module
    44 # ARC cases that covered this module